Skip to content

Commit 0b31bc9

Browse files
author
Paul-Davis
committed
Update to the was that Transcription_factors are connected with Features as the original only allowed for one feature to be connected and the model assumed it was binding_site which wasn't true in all cases. closes #25
1 parent df39a26 commit 0b31bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wspec/models.wrm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,8 +1881,8 @@
18811881
Associated_with_expression_pattern ?Expr_pattern XREF Associated_feature #Evidence
18821882
Associated_with_Feature ?Feature XREF Associated_with_Feature #Evidence
18831883
Associated_with_construct ?Construct XREF Sequence_feature
1884+
Associated_with_transcription_factor ?Transcription_factor XREF Associated_feature #Evidence
18841885
Bound_by_product_of ?Gene XREF Gene_product_binds #Evidence //pad added this to show what gene it binds
1885-
Transcription_factor UNIQUE ?Transcription_factor XREF Binding_site
18861886
Confidential_remark ?Text //pad
18871887
Remark ?Text #Evidence
18881888
Method UNIQUE ?Method
@@ -1917,7 +1917,7 @@
19171917
Associated_with_gene ?Gene XREF Associated_transcription_factor #Evidence
19181918
Type Text #Evidence
19191919
Remark Text #Evidence
1920-
Binding_site ?Feature XREF Transcription_factor
1920+
Associated_feature ?Feature XREF Associated_with_transcription_factor #Evidence
19211921

19221922
////////////////////////////////////////////////////////////////////////////////////////////
19231923
//

0 commit comments

Comments
 (0)