User dfeb81947d
23-12-2005 15:11:24
Dear Support,
Using Jchem 3.0.14 to query a database without standardization, I was able to find, with chrysene as query (see query.jpg), two molecules (see SDFile) with JChemSearch with default option.
Now with JChem 3.1.4, I standardize the CSMOL table for structure search as so:
Now, with chrysene, I don't find anymore the two structures.
Where is the problem according to you?
Is the standardization wrong?
Or should the query be more specific?
Thank you for your help.
Warmest Regards, and have a nice week-end.
Merry Christmas.
Jacques
Using Jchem 3.0.14 to query a database without standardization, I was able to find, with chrysene as query (see query.jpg), two molecules (see SDFile) with JChemSearch with default option.
Now with JChem 3.1.4, I standardize the CSMOL table for structure search as so:
Code: |
<?xml version="1.0" encoding="UTF-8"?> <!-- Standardizer configuration file --> <StandardizerConfiguration Version ="0.1"> <Actions MappingStyle="changing"> <Reaction ID="nitro" Structure="[O-:2][N+:1]=O>>[O:2]=[N:1]=O"/> <Reaction ID="azide" Structure="N=[N:1]#[N:2]>>N=[N+:1]=[N-:2]"/> <Reaction ID="ammoniumhalide" Structure="C[N+:1][H:2].[F,Cl,Br,I;-:3]>>C[N:1]"/> <Reaction ID="enamine" Structure="[H:4][N:3][C:1]=[C:2]>>[H:4][C:2][C:1]=[N:3]"/> <Reaction ID="enol" Structure="[H:4][O:3][C:1]=[C:2]>>[H:4][C:2][C:1]=[O:3]"/> <Reaction ID="phosphate" Structure="[O-:2][P:1]>>[O:2][P:1]"/> <Reaction ID="phosphate" Structure="[O-:2][P:1]>>[O:2][P:1]"/> <Reaction ID="ammonium" Structure="[N+:1][H:2]>>[N:1]"/> <Reaction ID="demoinsise" Structure="[O-:2][C:1]>>[O:2][C:1]"/> <Aromatize ID="aromatize"/> <Dehydrogenize ID="dehydrogenize"/> <Sgroups ID="ungroup" Act="ungroup"/> </Actions> </StandardizerConfiguration> |
Now, with chrysene, I don't find anymore the two structures.
Where is the problem according to you?
Is the standardization wrong?
Or should the query be more specific?
Thank you for your help.
Warmest Regards, and have a nice week-end.
Merry Christmas.
Jacques