Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Russell committed Jun 14, 2016
2 parents b1aaeac + b8f69be commit 050b7f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# pseudoace
[![Clojars Project](https://img.shields.io/clojars/v/wormbase/pseudoace.svg)](https://clojars.org/wormbase/pseudoace)

Provides a Clojure library for use by the [Wormbase][1] project.

Expand Down
12 changes: 8 additions & 4 deletions models/models.wrm.annot
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,9 @@
//
//////////////////////////////////////////////////////////////////////////////////////

?Interaction Interaction_type ^type ENUM Physical
?Interaction Interaction_type ^type ENUM Physical Proteinprotein
ProteinDNA
ProteinRNA
Predicted
Regulatory Change_of_localization
Change_of_expression_level
Expand Down Expand Up @@ -3445,11 +3447,12 @@
Person ?Person //
Analysis ?Analysis
Corresponding_transgene UNIQUE ?Transgene OUTXREF Corresponding_variation
Production_method Homologous_recombination //Homologous_recombination
NHEJ //Non-homologous DNA end-joining, imprecise DNA repair
Production_method CRISPR_Cas9
Homologous_recombination //Homologous_recombination
MosSci
MosDEL
NHEJ //Non-homologous DNA end-joining, imprecise DNA repair
TALENs
CRISPR_Cas9
ZFNNHEJ_repair //Zinc-finger nuclease
ZFNHR_repair
Expr_pattern ?Expr_pattern OUTXREF Variation #Evidence
Expand Down Expand Up @@ -3807,3 +3810,4 @@
// WS252
// WS253
// WS254
//

0 comments on commit 050b7f9

Please sign in to comment.