Skip to content

Commit

Permalink
Merge 9fc18ec into c724469
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakunni3 committed Jul 7, 2020
2 parents c724469 + 9fc18ec commit 7a6d6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kg_covid_19/transform_utils/chembl/chembl_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def parse_chembl_molecules(self, data: List):
remap = {
'pref_name': 'name',
'full_molformula': 'molecular_formula',
'synonyms': 'synonym'
}
self._node_header.update([remap[x] if x in remap else x for x in allowed_properties])

Expand Down

0 comments on commit 7a6d6cd

Please sign in to comment.