Skip to content

Commit

Permalink
ss-main: added depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulstice committed Apr 14, 2022
1 parent ba80f6f commit 1c9d682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def get_cgenff_cxsmiles(self):
hetereo_atom_types = [i.split()[2] for i in self.cgenff_molecule.atoms if i.split()[2][0] != 'H']

for idx, atom in enumerate(self.molecule.GetAtoms()):
atom.SetDoubleProp('atom_type', hetereo_atom_types[idx])
atom.SetProp('atom_type', hetereo_atom_types[idx])
atom.SetIntProp('atom_idx', idx)

return Chem.MolToCXSmiles(self.molecule)
2 changes: 1 addition & 1 deletion global_chem_extensions/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# ----
setup(
name="global_chem_extensions",
version="0.9.9.8.1",
version="0.9.9.8.2",
packages=find_packages(),
license='MPL 2.0',
author="Suliman Sharif",
Expand Down

0 comments on commit 1c9d682

Please sign in to comment.