User 39d0b79643
22-01-2007 16:42:13
The following Standarizer Configuration file worked in 3.1.7.
<StandardizerConfiguration Version ="0.1">
<Actions>
<Action ID="aromatize" Act="aromatize"/>
<Action ID="dehydrogenze" Act="dehydrogenize"/>
<!-- put pre-prediction standarization reactions here -->
<!-- the paths the the .mrv files are relative to the this file -->
<Reaction ID="deprotonate carboxyls" Structure="carboxyl_deprot.mrv"/>
</Actions>
</StandardizerConfiguration>
However, starting with 3.2 and continuing through 3.2.3,
many heterocyclic compounds are standardized as if
<Aromatize ID="aromatize"/>
were instead
<Aromatize ID="aromatize" Type="basic"/>
Using caffeine, the first example used in
http://www.chemaxon.com/jchem/doc/user/Standardizer_files/examples/Examples.html
processCompForm: in smiles=CN1C=NC2=C1C(=O)N(C(=O)N2C)C
processCompForm: standardized mol=Cn1cnc2n(C)c(=O)n(C)c(=O)c12
Both rings in the caffeine molecule are aromatized, instead of only the five membered ring, as desired, and as shown in the Examples.html
page for <Aromatize ID="aromatize"/>.
More examples can be provided if needed.
Thank you for any assistance you can provide.
- Lynda Ellis
<StandardizerConfiguration Version ="0.1">
<Actions>
<Action ID="aromatize" Act="aromatize"/>
<Action ID="dehydrogenze" Act="dehydrogenize"/>
<!-- put pre-prediction standarization reactions here -->
<!-- the paths the the .mrv files are relative to the this file -->
<Reaction ID="deprotonate carboxyls" Structure="carboxyl_deprot.mrv"/>
</Actions>
</StandardizerConfiguration>
However, starting with 3.2 and continuing through 3.2.3,
many heterocyclic compounds are standardized as if
<Aromatize ID="aromatize"/>
were instead
<Aromatize ID="aromatize" Type="basic"/>
Using caffeine, the first example used in
http://www.chemaxon.com/jchem/doc/user/Standardizer_files/examples/Examples.html
processCompForm: in smiles=CN1C=NC2=C1C(=O)N(C(=O)N2C)C
processCompForm: standardized mol=Cn1cnc2n(C)c(=O)n(C)c(=O)c12
Both rings in the caffeine molecule are aromatized, instead of only the five membered ring, as desired, and as shown in the Examples.html
page for <Aromatize ID="aromatize"/>.
More examples can be provided if needed.
Thank you for any assistance you can provide.
- Lynda Ellis