Skip to content

Commit

Permalink
fixed input types chembl
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Oct 3, 2024
1 parent 37731d5 commit 7afc3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hub/dataload/sources/chembl/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class ChemblUploader(uploader.BaseSourceUploader):

keylookup = MyGeneKeyLookup(
input_types=[
("swissprot", "xrefs.accession"),
("trembl", "xrefs.accession"),
("swissprot", "chembl.uniprot_accession"),
("trembl", "chembl.uniprot_accession"),
],
skip_on_failure=True,
)
Expand Down

0 comments on commit 7afc3ca

Please sign in to comment.