Skip to content

Commit

Permalink
edit chem-gene creative-mode templates: replace physically_interacts_…
Browse files Browse the repository at this point in the history
…with predicate with interacts_with (more general)
  • Loading branch information
colleenXu committed Feb 3, 2023
1 parent 1409046 commit f726112
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eA": {
"subject": "creativeQuerySubject",
"object": "nA",
"predicates": ["biolink:physically_interacts_with"]
"predicates": ["biolink:interacts_with"]
},
"eB": {
"subject": "nA",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eA": {
"subject": "creativeQuerySubject",
"object": "nA",
"predicates": ["biolink:physically_interacts_with"]
"predicates": ["biolink:interacts_with"]
},
"eB": {
"subject": "nA",
Expand Down
2 changes: 1 addition & 1 deletion data/templates/Chem-interacts-with-Gene.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eA": {
"subject": "creativeQuerySubject",
"object": "creativeQueryObject",
"predicates": ["biolink:physically_interacts_with"]
"predicates": ["biolink:interacts_with"]
}
}
}
Expand Down

0 comments on commit f726112

Please sign in to comment.