User 7b0ee04e66
03-07-2006 12:29:40
Hi,
I am running Standardizer on a dot separated list of smiles and have noticed that the ouput order is sometimes changed even no standardization has taken place.
The next example is not affected
Is this expected? Is there a way to prevent this from happening?
Thanks
Catherine
PS I am using JChem 3.1.7
I am running Standardizer on a dot separated list of smiles and have noticed that the ouput order is sometimes changed even no standardization has taken place.
Code: |
select jc_standardize ('CCN1CCC(=O)C(\C1)=C/N(C)C.CCOC(=O)CC(N)=O','config:aromatize:d')from dual --- OUTPUT --- CCOC(=O)CC(N)=O.CCN1CCC(=O)C(\C1)=C/N(C)C |
The next example is not affected
Code: |
select jc_standardize ('NC(=N)CC.CC(=O)CC(=O)C','config:aromatize:d')from dual --- OUTPUT --- CCC(N)=N.CC(=O)CC(C)=O |
Is this expected? Is there a way to prevent this from happening?
Thanks
Catherine
PS I am using JChem 3.1.7