Skip to content

Commit

Permalink
Tweaked the last submitted tag to be UNIQUE
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Davis committed Sep 8, 2017
1 parent aa0f0c7 commit 3078bea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wspec/models.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@
Variation UNIQUE ?Variation XREF Disease_model_annotation // genetic entity that models the disease
Transgene UNIQUE ?Transgene XREF Disease_model_annotation // genetic entity that models the disease
Disease_relevant_gene UNIQUE ?Gene XREF Disease_model_annotation //when the genetic entity is a gene
Modeled_by_remark ?Text
Modeled_by_remark UNIQUE ?Text
Annotation_made_with Interacting_variation ?Variation //Addition for WS261
Interacting_transgene ?Transgene
Interacting_gene ?Gene
Expand Down
4 changes: 2 additions & 2 deletions wspec/models.wrm.annot
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@
Variation ^modeled-by-variation UNIQUE ?Variation OUTXREF Disease_model_annotation
Transgene ^modeled-by-transgene UNIQUE ?Transgene OUTXREF Disease_model_annotation
Disease_relevant_gene ^modeled-by-disease-relevant-gene UNIQUE ?Gene OUTXREF Disease_model_annotation
Modeled_by_remark ?Text
Modeled_by_remark UNIQUE ?Text
Annotation_made_with Interacting_variation ?Variation //Addition for WS261
Interacting_transgene ?Transgene
Interacting_gene ?Gene
Expand Down Expand Up @@ -2892,7 +2892,7 @@
Interaction ?Interaction INXREF PCR_interactor
RNAi ?RNAi INXREF PCR_product
Remark ?Text #Evidence
// Method UNIQUE ?Method // Becomes :locatable/method
// Method UNIQUE ?Method // Becomes :locatable/method


///////////////////////////////////////////////
Expand Down

0 comments on commit 3078bea

Please sign in to comment.