Thanks Daniel for your quick reply...
If I run this sql query on my relational database, I get dozens of rows with counts as 2.
Does this mean that these would be the the duplicate structures created while loading with the old standardization rules?
Can we simply delete them and try reloading them with the new standardization rules?
OLD:
<StandardizerConfiguration>
<Actions>
<Aromatize ID="Aromatize" Type="general"/>
<Transformation ID="PlusMinus" Structure="[*+:1]-[*-:2]>>[*:1]=[*:2]"/>
<Transformation ID="PlusMinusDouble" Structure="[*+:1]=[*-:2]>>[*:1]#[*:2]"/>
<Transformation ID="nitro" Structure="O=[N:1]=[O:2]>>[O-:2][N+:1]=O
|(7.26,,;5.72,,;4.18,,;15.5,.2,;16.83,-.57,;18.16,.2,)|"/>
<Transformation ID="azide" Structure="N=[N:1]#[N:2]>>N=[N+:1]=[N-:2]"/>
<Transformation ID="enamine" Structure="[H:4][N:3][C:1]=[C:2]>>[H:4][C:2][C:1]=[N:3]"/>
<Transformation ID="enol" Structure="[H:4][O:3][C:1]=[C:2]>>[H:4][C:2][C:1]=[O:3]"/>
<Transformation ID="ammoniumhalide" Structure="[F,Cl,Br,I-:3].[H:2][N+:1][#6]>>[F,Cl,Br,I:3][H:2].[#6]
[N:1]"/><Transformation ID="sulphate" Structure="[#6:1]([OH1:5])(=[O:3])=[O:4]>>[#6:1]([O-:5])(=
[O:3])=[O:4]"/>
<Transformation ID="carboxylate" Structure="[#6:1][C:2]([OH1:4])=[O:3]>>[#6:1][C:2]([O-:4])=[O:3]"/>
<RemoveExplicitH ID="RemoveExplicitH" Groups="target"/>
<Sgroups ID="Ungroup" Act="Ungroup"/>
</Actions>
</StandardizerConfiguration>
NEW:
<StandardizerConfiguration Version='1.0'>
<Actions>
<Aromatize ID='Aromatize' Type='general'/>
<Transformation ID='PlusMinus' Structure='[*+:1]-[*-:2]>>[*:1]=[*:2]'/>
<Transformation ID='PlusMinusDouble' Structure='[*+:1]=[*-:2]>>[*:1]#[*:2]'/>
<Transformation ID='enamine' Structure='[H:4][N:3][C:1]=[C:2]>>[H:4][C:2][C:1]=[N:3]'/>
<Transformation ID='enol' Structure='[H:4][O:3][C:1]=[C:2]>>[H:4][C:2][C:1]=[O:3]'/>
<Transformation ID='ynol' Structure='[H:4][O:3][C:1]#[C:2]>>[H:4][C:2]=[C:1]=[O:3]'/>
<Transformation ID='nitroso' Structure='[H:4][C:3][N:1]=[O:2]>>[H:5][O:2][N:1]=[C:3]'/>
<Transformation ID='alcoholate' Structure='[#6][O:1][Na,K:2]>>[#6][O-:1].[Na,K;+:2]'/>
<Transformation ID='ammoniumhalide' Structure='[F,Cl,Br,I;-:3].[H:2][N+:1][#6]>>[F,Cl,Br,I:3][H:2].[#6]
[N:1]'/>
<Transformation ID='sulphate' Structure='[#6:1]([O-:5])(=[O:3])=[O:4]>>[#6:1]([OH1:5])(=[O:3])=
[O:4]'/>
<RemoveExplicitH ID='RemoveExplicitH' Groups='target'/>
<Neutralize ID='Neutralize'/>
</Actions>
</StandardizerConfiguration>