User e47fc0b649
10-10-2005 07:57:54
Hello,
I have a little problem when I apply the command "standardize" on a molecule that contain a pyrrol group. I used a very simple XML config file:
<?xml version="1.0" encoding="UTF-8" ?>
- <StandardizerConfiguration schemaLocation="standardize.xsd">
- <Actions>
<Removal ID="keepOne" Method="keepLargest" Measure="atomCount" Optional="false" />
<Action ID="Aromatize" Act="aromatize" Optional="false" />
<Action ID="Dehydrogenize" Act="dehydrogenize" Optional="false" />
<Action ID="Aromatize2" Act="aromatize" Optional="false" />
<Clean ID="CleanIfNeeded" Always="false" Optional="false" />
</Actions>
</StandardizerConfiguration>
and the molecule on wich I apply the standardizer is the molecule attached in this post, named "molecule_test.sdf" and contain a pyrrol group. I used the command below with "standardize" in jchem3.0.14:
standardize molecule_test.sdf -c Standardize.xml -f sdf -o molecule_test_standardize.sdf
My problem is that when I open the resulting molecule "molecule_test_standardize.sdf" with mview (in MarvinBean4.0), the H on the N atom on the pyrrol group doesn't appears anymore, even if I apply "Add explicit H", and I couldnt' dearomatize my molecule too (the command "dearomatize" doesn't work on the viewer or on batch mode for this molecule "molecule_test_standardize.sdf".
I have also this problem when I use the molecule obtain before I apply calculator plugins majorms:
cxcalc -o molecule_test_mjms.sdf majorms -H 7.4 molecule_test.sdf -f sdf
Could you help me or explain me how I can correct y problem?
Thanks, regards
Samia ACI
I have a little problem when I apply the command "standardize" on a molecule that contain a pyrrol group. I used a very simple XML config file:
<?xml version="1.0" encoding="UTF-8" ?>
- <StandardizerConfiguration schemaLocation="standardize.xsd">
- <Actions>
<Removal ID="keepOne" Method="keepLargest" Measure="atomCount" Optional="false" />
<Action ID="Aromatize" Act="aromatize" Optional="false" />
<Action ID="Dehydrogenize" Act="dehydrogenize" Optional="false" />
<Action ID="Aromatize2" Act="aromatize" Optional="false" />
<Clean ID="CleanIfNeeded" Always="false" Optional="false" />
</Actions>
</StandardizerConfiguration>
and the molecule on wich I apply the standardizer is the molecule attached in this post, named "molecule_test.sdf" and contain a pyrrol group. I used the command below with "standardize" in jchem3.0.14:
standardize molecule_test.sdf -c Standardize.xml -f sdf -o molecule_test_standardize.sdf
My problem is that when I open the resulting molecule "molecule_test_standardize.sdf" with mview (in MarvinBean4.0), the H on the N atom on the pyrrol group doesn't appears anymore, even if I apply "Add explicit H", and I couldnt' dearomatize my molecule too (the command "dearomatize" doesn't work on the viewer or on batch mode for this molecule "molecule_test_standardize.sdf".
I have also this problem when I use the molecule obtain before I apply calculator plugins majorms:
cxcalc -o molecule_test_mjms.sdf majorms -H 7.4 molecule_test.sdf -f sdf
Could you help me or explain me how I can correct y problem?
Thanks, regards
Samia ACI