Skip to content

Commit

Permalink
fixed lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Oct 3, 2024
1 parent 97c75b3 commit 05b4697
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 @@ -16,7 +16,7 @@ class ChemblUploader(uploader.BaseSourceUploader):
TARGET_FILENAME_PATTERN = "target.*.json"

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

0 comments on commit 05b4697

Please sign in to comment.