Skip to content

Commit

Permalink
See #109
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Mar 25, 2024
1 parent 3d9358e commit 4c36314
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions update/generate_database_chemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,10 @@ def run(path: Path) -> None:
smis_no_stereo.append(smiles_no_stereo)
inchis_no_stereo.append(inchi_no_stereo)
inchikeys_no_stereo.append(inchikey_no_stereo)
# descriptors_m[smiles] = desc_mordred
descriptors_r[smiles] = desc_rdkit
# descriptors_m[smiles_clean] = desc_mordred
# TODO check which one to use
# See #109
descriptors_r[smiles_clean] = desc_rdkit

p_links.append(links[nid])
logging.info("Finished generating the chemical libraries")
Expand Down

0 comments on commit 4c36314

Please sign in to comment.