Skip to content

Commit

Permalink
fixed keylookup
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Oct 3, 2024
1 parent 05b4697 commit 3eb1c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/chembl/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ChemblUploader(uploader.BaseSourceUploader):

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

0 comments on commit 3eb1c67

Please sign in to comment.