User cf9dce26b3
31-07-2008 13:39:14
In windows system, when I use command
cxcalc -S -v -o marvin.sdf charge -t pi,total 01.sdf
Exception in thread "main" chemaxon.formats.MolFormatException: Cannot create record reader for the "chime" format
at chemaxon.marvin.io.MRecordImporter.<init>(Unknown Source)
at chemaxon.formats.MolImporter.init(Unknown Source)
at chemaxon.formats.MolImporter.<init>(Unknown Source)
at chemaxon.marvin.Calculator.run(Unknown Source)
at chemaxon.marvin.Calculator.main(Unknown Source)
If I use command
cxcalc -S -v -o marvin.sdf charge -t total 01.sdf
or
cxcalc -S -v -o marvin.sdf charge -t pi 01.sdf
I can get correct output file
It looks the problem is related to ","
cxcalc -S -v -o marvin.sdf charge -t pi,total 01.sdf
Exception in thread "main" chemaxon.formats.MolFormatException: Cannot create record reader for the "chime" format
at chemaxon.marvin.io.MRecordImporter.<init>(Unknown Source)
at chemaxon.formats.MolImporter.init(Unknown Source)
at chemaxon.formats.MolImporter.<init>(Unknown Source)
at chemaxon.marvin.Calculator.run(Unknown Source)
at chemaxon.marvin.Calculator.main(Unknown Source)
If I use command
cxcalc -S -v -o marvin.sdf charge -t total 01.sdf
or
cxcalc -S -v -o marvin.sdf charge -t pi 01.sdf
I can get correct output file
It looks the problem is related to ","