User bf208b3adc
08-04-2011 13:10:10
When I try to use rgdecomp; I can have my output in SDF or in mrv; but when I try to have it in smiles (default) I have this error:
Exception in thread "main" java.lang.IllegalArgumentException:
Some features of Br cannot be converted to smiles. Use the cxsmiles, smarts or cxsmarts format.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at chemaxon.marvin.util.JavaLangUtil.newThrowable(Unknown Source)
at chemaxon.marvin.util.JavaLangUtil.newIllegalArgumentException(Unknown Source)
at chemaxon.struc.Molecule.toFormat(Unknown Source)
at chemaxon.jchem.RGDecomp.decomp(RGDecomp.java:541)
at chemaxon.jchem.RGDecomp.runDecomp(RGDecomp.java:405)
at chemaxon.jchem.RGDecomp.run(RGDecomp.java:303)
at chemaxon.jchem.RGDecomp.main(RGDecomp.java:606)
Caused by: chemaxon.marvin.io.MolExportException:
Some features of Br cannot be converted to smiles. Use the cxsmiles, smarts or cxsmarts format.
at chemaxon.marvin.io.formats.smiles.SmilesExport.throwMolExportExceptionSMILES(Unknown Source)
at chemaxon.marvin.io.formats.smiles.SmilesExport.toSMILES(Unknown Source)
at chemaxon.marvin.io.formats.smiles.SmilesExport.convert(Unknown Source)
at chemaxon.struc.Molecule.exportToObject(Unknown Source)
at chemaxon.struc.Molecule.exportToObject(Unknown Source)
at chemaxon.struc.Molecule.exportToFormat(Unknown Source)
What is the problem?
Thanks for your help
Lionel