Hi All

I have some problem with drawing. When I draw molecules using RDkit
sometimes I have some structure overlap.
But when I draw it using for example marvin it's look fine.

There is some example code:

from rdkit import Chem
from rdkit.Chem import Draw
mol = Chem.MolFromSmiles('CC(=O)Nc1ccccc1C(=O)C1CCCC1C1CCCCC1')
Draw.MolToFile(mol,'test.png')

In attachment I added example image.

I'm using Ubuntu 12.04 x64.

Is there any solution?

<<attachment: test.png>>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to