quick question on jcf_standardize

ChemAxon 60ee1f1328

11-05-2006 15:02:58

Can you please provide an example of using jcf_standardize and several of the "action strings" or options concatentated together that would be provided as valid input for the param variable of this function?


Could I provide this string as the param to jcf_standardize?





keepone..aromatize:d..[O-:2][N+:1]=O>>[O:2]=[N:1]=O..[H:4][N:3][C:1]=[C:2]>>[H:4][C:2][C:1]=[N:3]





Cheers,


Daniel.

ChemAxon aa7c50abf8

12-05-2006 07:55:36

Hi Daniel,
Quote:
keepone..aromatize:d..[O-:2][N+:1]=O>>[O:2]=[N:1]=O..[H:4][N:3][C:1]=[C:2]>>[H:4][C:2][C:1]=[N:3]
Yes, this is a valid "action string".





Please, see http://www.chemaxon.com/jchem/examples/standardizer/index.html#ex for examples.





Cheers,


Peter

ChemAxon a3d59b832c

12-05-2006 08:03:32

Also check this page:


http://www.chemaxon.com/jchem/doc/user/Standardizer_files/examples/Examples.html

ChemAxon 60ee1f1328

12-05-2006 08:36:47

Hello,





Thanks for the additional links.


So should I submit a reference to an xml file or the actions string to jcf_standardize - maybe both are valid?





Cheers,


Daniel.

ChemAxon aa7c50abf8

12-05-2006 08:45:22

Both are valid. Please, see the examples for jc_standardizer: http://www.chemaxon.com/jchem/doc/guide/cartridge/cartapi.html#jc_standardize





Cheers,


Peter

ChemAxon 60ee1f1328

14-07-2006 08:59:47

Hello,





I run a simple statement with free standardizer options:





select cd_smiles,


jcf_standardize (cd_smiles,'aromatize..removeexplicitH')


from moleculesv2f where rownum < 10





I seem to get error message as a result:





ORA-29532: Java call terminated by uncaught Java exception: java.lang.IllegalArgumentException: Illegal option: aromatize..removeexplicitH


ORA-06512: at "JCHEM3.JCHEM_CORE_PKG", line 0


ORA-06512: at "JCHEM3.JCF_STANDARDIZE", line 7





Can you please identify my mistake?


Daniel.

ChemAxon aa7c50abf8

15-07-2006 11:13:05

The link I gave you above is still valid: http://www.chemaxon.com/jchem/doc/guide/cartridge/cartapi.html#jc_standardize





Code:
select cd_smiles,


jcf_standardize (cd_smiles,'config:aromatize..removeexplicitH')


from moleculesv2f where rownum < 10