Hi,
I have been testing some of the work flows that Paolo has exemplified here

https://github.com/rdkit/rdkit/commit/b1acab59b02425d61151db7313ea024eebcfd9f5

but the Sanitize command produces an AttributeError.

-------------------------------------------------------
>>> from rdkit import Chem
>>> from rdkit.Chem import AllChem
>>> m = Chem.MolFromSmiles("O=C(C)c1cccnc1", False)
>>> AllChem.SanitizeMMFFMol(m)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'SanitizeMMFFMol'

-----------------------------------------------------------------------


My RDKit installation went fine on Centos 6.4 (with anaconda and boost 1.49)
with no errors after the ctest.

Has anybody any ideas what could be wrong or where to look further?

Thanks in advance

Basil

-----------------------------------------
Basil Hartzoulakis, PhD
Chemiverse Ltd
email: ba...@drugdesigner.net
linkedin: http://uk.linkedin.com/in/drugdesigner
Skype: vasileios.hartzoulakis
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to