Skip to content

Commit

Permalink
Remove ChemicalSubstance/Drug conflations from Expand #1593
Browse files Browse the repository at this point in the history
  • Loading branch information
amykglen committed Aug 4, 2021
1 parent 115b984 commit ae1ff37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/ARAX/ARAXQuery/ARAX_expander.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class ARAXExpander:
def __init__(self):
self.category_equivalencies = {"biolink:Protein": {"biolink:Gene"},
"biolink:Gene": {"biolink:Protein"},
"biolink:Drug": {"biolink:ChemicalSubstance"},
"biolink:ChemicalSubstance": {"biolink:Drug"},
"biolink:Disease": {"biolink:PhenotypicFeature",
"biolink:DiseaseOrPhenotypicFeature"},
"biolink:PhenotypicFeature": {"biolink:Disease",
Expand Down

0 comments on commit ae1ff37

Please sign in to comment.