User 2f67f74af0
03-10-2008 15:40:52
Hi,
I'm trying to calculate some chemical terms from already existing table and add the resulting column to the table.
I'm using the GUI, jcman.
When I issue this command:
I got this error:
java.lang.IllegalArgumentException: Error while testing Chemical Terms 'hbonddonoracceptor' for column 'HB_ACCEPTOR': Error while evaluating expression:
hbonddonoracceptor
Unrecognized symbol: "hbonddonoracceptor"
at chemaxon.jchem.db.TableInfo.saveChemTermColNamesAndExprs(TableInfo.java:889)
at chemaxon.jchem.Command.setChemTermColCfg(Command.java:1306)
at chemaxon.jchem.Command.addChemTermColCfg(Command.java:1300)
at chemaxon.jchem.Command.manageChemTermColsCfg(Command.java:1271)
at chemaxon.jchem.Command.manageTable(Command.java:1225)
at chemaxon.jchem.Command.run(Command.java:613)
at chemaxon.jchem.Command.main(Command.java:201)
I'm assuming my syntax is not correct.
I will appreciate if some one can provide the correct syntax to calculate hbonddonoracceptor, molecularsurfacearea, polarsurfacearea using the GUI as above.
Thank you in advance.
Saif
I'm trying to calculate some chemical terms from already existing table and add the resulting column to the table.
I'm using the GUI, jcman.
When I issue this command:
Quote: |
jcman -Xmx512m m str_table_name --add-ctcolcfg "HB_ACCEPTOR=hbonddonoracceptor" |
java.lang.IllegalArgumentException: Error while testing Chemical Terms 'hbonddonoracceptor' for column 'HB_ACCEPTOR': Error while evaluating expression:
hbonddonoracceptor
Unrecognized symbol: "hbonddonoracceptor"
at chemaxon.jchem.db.TableInfo.saveChemTermColNamesAndExprs(TableInfo.java:889)
at chemaxon.jchem.Command.setChemTermColCfg(Command.java:1306)
at chemaxon.jchem.Command.addChemTermColCfg(Command.java:1300)
at chemaxon.jchem.Command.manageChemTermColsCfg(Command.java:1271)
at chemaxon.jchem.Command.manageTable(Command.java:1225)
at chemaxon.jchem.Command.run(Command.java:613)
at chemaxon.jchem.Command.main(Command.java:201)
I'm assuming my syntax is not correct.
I will appreciate if some one can provide the correct syntax to calculate hbonddonoracceptor, molecularsurfacearea, polarsurfacearea using the GUI as above.
Thank you in advance.
Saif