Skip to content

Commit

Permalink
AssignStereochemistry in MUVDescriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
skearnes committed Jul 2, 2014
1 parent 42a34f5 commit 842f787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions muv/descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def calculate_descriptors(self, mol):

# prep
mol = Chem.AddHs(mol)
mol = Chem.AssignStereochemistry(mol, cleanIt=True, force=True,
flagPossibleStereoCenters=True)

# atom counts
atoms = {'B': 5, 'Br': 35, 'C': 6, 'Cl': 17, 'F': 9, 'I': 53, 'N': 7,
Expand Down

0 comments on commit 842f787

Please sign in to comment.