Skip to content

Commit

Permalink
Update predicates.py
Browse files Browse the repository at this point in the history
forgot to revert changes for interacts_with. Will keep it unmodified until further clarification.
  • Loading branch information
eKathleenCarter authored Jul 16, 2024
1 parent 4cb0188 commit 766c5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/predicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"gi50": f"{DGIDB}:Inhibitor", # Growth Inhibitor
"ic50": f"{DGIDB}:inhibitor",
"inhibitor": f"{DGIDB}:inhibitor",
"interacts_with": f"{DRUGBANK}:target", # Where does this predicate come from? Possiblely needs to be modified to RO:0002436
"interacts_with": f"RO:0002434", # Where does this predicate come from? Possiblely needs to be modified to RO:0002436
"inverse_agonist": f"{DGIDB}:inverse_agonist",
"ka": f"RO:0002436",
"kact": f"RO:0002436", # is this a miss type of kcat?
Expand Down

0 comments on commit 766c5b7

Please sign in to comment.