User 0261d34ad7
24-03-2012 13:14:59
Hi,
We're hitting an issue with ChemAxon searching, where a chemical has been successfully added to the chemicals table (by the UpdateHandler), but the chemical appears to have invalid features which cause exceptions in duplicate filtering.
The extended SMILES in question is:
CCC(C)[H]C(=O)C(=O)C([H]C(=O)[C@@H]1[C@H]2CCC[C@H]2CN1C(=O)[C@@H](NC(=O)C([H]C(=O)c1cnccn1)C(C)C)C(C)(C)C)CC(F)F |r,w:9.46,$,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;$|
I pulled this directly from the chemicals table, and attempted to import it using:
MolImporter.importMol(badsmi);
This generates:
Exception in thread "main" chemaxon.formats.MolFormatException: ;: unknown ChemAxon Extended SMILES feature
at chemaxon.marvin.io.formats.smiles.CxsmilesImport.readExtendedFeatures(CxsmilesImport.java:916)
at chemaxon.marvin.io.formats.smiles.SmilesImport.readMol(SmilesImport.java:569)
at chemaxon.marvin.io.formats.smiles.CxsmilesImport.readMol(CxsmilesImport.java:63)
This isn't a massive problem for us, but it would be useful to know what the problem is.
J