Skip to content

Commit

Permalink
fixed input types
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Oct 3, 2024
1 parent a3ec8ac commit 18b24d9
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", "chembl.xrefs.accession"),
("trembl", "chembl.xrefs.accession"),
("swissprot", "xrefs.accession"),
("trembl", "xrefs.accession"),
],
skip_on_failure=True,
)
Expand Down

0 comments on commit 18b24d9

Please sign in to comment.