Hi all, I'm generating a 3D mol:
assert isinstance( self._mol, rdkit.Chem.rdchem.Mol )
m = rdkit.Chem.AddHs( self._mol )
rdkit.Chem.AllChem.EmbedMolecule( m )
rdkit.Chem.AllChem.UFFOptimizeMolecule( m )
return rdkit.Chem.MolToMolBlock( m )
and I get
rdkit.Chem.AllChem.UFFOptimizeMolecule( m )
ValueError: Bad Conformer Id
on the attached molecule. I wonder if it's triggering a bug in RDKit
somewhere. (I did try RemoveHs() instead of add, it made no difference.)
It's not a nice molecule...
--
Dimitri Maziuk
Programmer/sysadmin
BioMagResBank, UW-Madison -- http://www.bmrb.wisc.edu
tetraoleylcardiolipin.sdf
Description: application/vnd.kinar
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

