Hello,

maybe a simple question but I couldn't figure it out: which OB C++
> method/class should I use to remove all stereochemical (implicit or
> explicit) information from a molecule?



I asked this kind of question some times ago, and here are the anwsers I
got:

Stereochemistry information is stored using OBGenericData. This information
can be deleted using OBMol::DeleteData(unsigned int type). The type is
OBGenericDataType::StereoData (27). In python this is openbabel.StereoData.

And
How about using an InChI and dropping the stereo information. See T option
when writing
(http://openbabel.org/docs/dev/FileFormats/InChI_format.html)<http://openbabel.org/docs/dev/FileFormats/InChI_format.html>

Anyway, I'm interested with your piece of code on how doing this, if you can
share it :)

Regards,
Pascal
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to