User 677b9c22ff
14-08-2008 03:52:53
Hi,
I got a StringIndexOutOfBoundsException using
but converting to sdf first and then using above commando solved the issue. Example from http://www.chemaxon.com/conf/Advanced_automatic_generation_of_3D_molecular_structures.pdf
Tobias
I got a StringIndexOutOfBoundsException using
Code: |
molconvert sdf -3:"c2E" test.smi |
but converting to sdf first and then using above commando solved the issue. Example from http://www.chemaxon.com/conf/Advanced_automatic_generation_of_3D_molecular_structures.pdf
Code: |
molconvert sdf -3:"c2E" test.sdf |
Code: |
test.smi:1: error: String index out of range: -1 java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(Unknown Source) at chemaxon.marvin.modules.MolExport.appendEnergy(MolExport.java:439) at chemaxon.marvin.modules.MolExport.appendHeader(MolExport.java:417) at chemaxon.marvin.modules.MolExport.convert(MolExport.java:334) at chemaxon.formats.MolExporter.write(MolExporter.java:216) at chemaxon.formats.MolConverter.write(MolConverter.java:708) at chemaxon.formats.MolConverter.convert0(MolConverter.java:684) at chemaxon.formats.MolConverter.convert(MolConverter.java:594) at chemaxon.formats.MolConverter.main(MolConverter.java:1245) |
Tobias