Hi,

May I learn how I can keep stereo information in a canonical SMILES?

>>> import pybel
>>> mol = pybel.readstring('smi', 'CC(=O)/C=/CO')

>>> print mol.write('can')
CC(=O)C=CO

>>> print mol.write('smi')
CC(=O)C=CO

>>> print mol.write('fix')
CC(=O)C=CO


Thank you
Murat Keceli
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to