On Sep 7, 2012, at 12:34 PM, Fabian Dey wrote:
> 1) I might be getting something wrong here, but it seems as if
> SmilesMolSupplier misses the very first Smiles:
Chem.SmilesMolSupplier by default assumes there is a title line.
(I think most other toolkits don't support title lines.) You
can disable this with a parameter to the constructor:
suppl = Chem.SmilesMolSupplier('test.smi', titleLine=True)
> It turned out that for the corresponding SD-file the atom elements were
> written in all captial letters (e.g. CL) - if these were changed to
> the proper format (Cl) RDKIT passed without throwing an error. Although
> I can preprocess the SD-files with a script, it would be nice if RDKIT
> could handle these cases internally.
Where does the SD file come from? Shouldn't the upstream code be fixed
so it doesn't generate a "CL"?
Andrew
[email protected]
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss