Skip to content

Commit

Permalink
trying merger storage instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Oct 8, 2024
1 parent 18e558c commit d90d129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hub/dataload/sources/chembl/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
class ChemblUploader(uploader.BaseSourceUploader):
name = "chembl"

storage_class = storage.RootKeyMergerStorage
# storage_class = storage.RootKeyMergerStorage
storage_class = storage.MergerStorage
TARGET_FILENAME_PATTERN = "target.*.json"

keylookup = MyGeneKeyLookup(
Expand Down

0 comments on commit d90d129

Please sign in to comment.