Hi RDKitters,

Asking for a friend.

The example below using the given molecule and EmbedMultipleConfs returns
an empty list without throwing anything or producing any warnings. I've got
quite a few smiles that fail in the same manner, but can't see any obvious
pattern. It might be related to chirality.

Cheers, Richard



from rdkit.Chem import AllChem
from rdkit import Chem, rdBase

print rdBase.rdkitVersion

m = Chem.MolFromSmiles('CN1C(=O)[C@H]2[C@H](C1=O)[C@@]1(C)CC[C@H]2O1')
m = AllChem.AddHs(m)
print Chem.MolToSmiles(m, isomericSmiles=True)

ids = AllChem.EmbedMultipleConfs(m, 5)
print list(ids)


Output:
2016.03.1
[H]C([H])([H])N1C(=O)[C@@]2([H])[C@]([H])(C1=O)[C@]1(C([H])([H])[H])O[C@
]2([H])C([H])([H])C1([H])[H]
[]
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to