Skip to content

Commit

Permalink
updated mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed Sep 27, 2024
1 parent eb90683 commit 3e78548
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/hub/dataload/sources/chembl/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@

class ChemblUploader(uploader.DummySourceUploader):
name = "chembl"

@classmethod
def get_mapping(klass):
mapping = {
"chembl_target": {
"type": "keyword",
"normalizer": "keyword_lowercase_normalizer",
}
}
return mapping

0 comments on commit 3e78548

Please sign in to comment.