Skip to content

Commit

Permalink
Closes #251
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Zarowiecki committed Sep 7, 2022
1 parent f9c9fc7 commit 1e5ef17
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions wspec/models.wrm.annot
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@
Disease_relevance ?Text ^note ?Species #Evidence
Modifies_disease ?DO_term INXREF Disease_modifier_gene //New tag WS278
Models_disease_in_annotation ?Disease_model_annotation INXREF Disease_relevant_gene //New tag WS278
Modifies_disease_in_annotation ?Disease_model_annotation INXREF Modifier_gene //New tag WS278
Models_disease_asserted ?Disease_model_annotation INXREF Asserted_gene // Indicates the gene the disease affects // new tag request for WS287
Models_disease_inferred ?Disease_model_annotation INXREF Inferred_gene // Indicates the gene the disease affects // new tag request for WS287
Modifies_disease_in_annotation ?Disease_model_annotation INXREF Modifier_gene //New tag WS278
Models_disease_asserted ?Disease_model_annotation INXREF Asserted_gene //New tag WS287
Models_disease_inferred ?Disease_model_annotation INXREF Inferred_gene //New tag WS287
Molecular_info Corresponding_CDS ?CDS OUTXREF Gene #Evidence // to link to live CDSs
Corresponding_CDS_history ?CDS OUTXREF Gene_history // to link to history CDSs
Corresponding_transcript ?Transcript OUTXREF Gene #Evidence
Expand Down Expand Up @@ -1114,11 +1114,9 @@
Disease_relevant_gene ^modeled-by-disease-relevant-gene UNIQUE ?Gene OUTXREF Models_disease_in_annotation ?Text
Genotype ^modeled-by-genotype UNIQUE ?Genotype OUTXREF Models_disease_in_annotation //to associate genotypes
Modeled_by_remark UNIQUE ?Text
Asserted_gene ?Gene OUTXREF // Indicates // new tag request for WS287
Inferred_gene ?Gene OUTXREF // Indicates the gene in Variation or Strain, when submitted // new tag request for WS287
Asserted_variation ?Variation OUTXREF Disease_model_annotation // request for WS287

Inferred_gene ?Gene OUTXREF Disease_model_annotation
Asserted_gene ?Gene OUTXREF Models_disease_asserted // Indicates the gene in Variation or Strain when submitted, new tag request for WS287
Inferred_gene ?Gene OUTXREF Models_disease_inferred // Indicates the gene in Variation or Strain when submitted, new tag request for WS287
Asserted_variation ?Variation OUTXREF Models_variation_asserted // Indicates asserted Variation when submitted, new tag request for WS287
Association_type UNIQUE is_model_of
is_implicated_in
is_marker_for
Expand Down Expand Up @@ -2270,7 +2268,7 @@
URL UNIQUE Text // Link to database home page
Email Text // Contact email
URL_constructor UNIQUE Text // rule to build URL to specific database entry page
Database_type Text // Type or category of database WS287
Database_type Text // Type or category of db WS287

///////////////////////////////////////////////////////////////////////////////////////////
//
Expand Down Expand Up @@ -3691,10 +3689,10 @@
Phenotype_remark ?Text #Evidence
Phenotype_not_observed ?Phenotype OUTXREF Not_in_Variation #Phenotype_info //added by Wen to separate Not phenotype from real phenotypes
Disease_info Models_disease ?DO_term INXREF Disease_model_variation
Modifies_disease ?DO_term INXREF Disease_modifier_variation //New tag WS278
Models_disease_in_annotation ?Disease_model_annotation INXREF Variation //New tag WS278
Modifies_disease_in_annotation ?Disease_model_annotation INXREF Modifier_variation //New tag WS278
Modifies_disease_asserted_variation ?Disease_model_annotation INXREF Asserted_variation // request for WS287
Modifies_disease ?DO_term INXREF Disease_modifier_variation //New tag
Models_disease_in_annotation ?Disease_model_annotation INXREF Variation //New tag
Modifies_disease_in_annotation ?Disease_model_annotation INXREF Modifier_variation //New tag
Models_variation_asserted ?Disease_model_annotation INXREF Asserted_variation // request for WS287
Reference ?Paper OUTXREF Allele
Remark ?Text #Evidence
// Method UNIQUE ?Method // Becomes :locatable/method
Expand Down Expand Up @@ -3984,4 +3982,4 @@
// Add a line for the WS release the models file is going to be GIT tagged for
// This give you a final shot at creating a nicely formatted GIT commit message
//
// WS286
// WS287

0 comments on commit 1e5ef17

Please sign in to comment.