Skip to content

Commit

Permalink
should lrady be there
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Nov 12, 2024
1 parent 70a526d commit 4f929fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/therapy/etl/guidetopharmacology.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ def _transform_ligands(self, data: dict) -> None:
)
if row[10]:
associated_with.append(f"{NamespacePrefix.UNIPROT.value}:{row[10]}")
if row[12]:
associated_with.append(f"{NamespacePrefix.CHEMBL.value}:{row[12]}")
if row[17]:
aliases.append(self._process_name(row[17])) # IUPAC
if row[18]:
Expand Down

0 comments on commit 4f929fb

Please sign in to comment.