Dear Greg,

I have generated 265 isomers of zadirachtin, a natural product.
When I tried to use RDKit for the creation of 2D depictions,
one of the structures failed to be read.
The corresponding SD file with the only problematic structure is attached.
I generated a depiction by myself that is also attached (as a postscript file).
The problem arises by running the following script:

from rdkit import Chem
suppl = Chem.SDMolSupplier("mol226.sdf")
imol = 0
for mol in suppl:
        if mol is None: continue
        imol += 1
print "Count:", imol

that results in:

[22:30:46] Unexpected error hit on line 114
[22:30:46] ERROR: moving to the begining of the next molecule
Count: 0

The 264 other molecules in my isomer collection are OK.

Any idea about the origin of this problem?

Best regards,

Jean-Marc Nuzillard

Attachment: mol226.sdf
Description: StarMath document

Attachment: mol226.ps
Description: PostScript document

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to