User 7b0ee04e66
16-07-2007 13:08:35
Hi,
I am trying to remove the charges from NH+ with the reaction below
and the result is C[C@@H]1CCC(N)C[C@@H]1C, which means that I have lost the fact was the stereochemistry in my molecule was relative.
I have also tried
In that case, I get the error message below
How can I specify that my reagents are Extended Smiles in the Option part?
Thanks
Catherine
PS I have tried this with JChem 3.2.6
I am trying to remove the charges from NH+ with the reaction below
Code: |
select JC_React('[N;+1:1]([H])>>[N:1]', 'C[C@@H]1CCC([NH3+])C[C@@H]1C |r|', 'method:a..outFormat:cxsmiles')from dual |
and the result is C[C@@H]1CCC(N)C[C@@H]1C, which means that I have lost the fact was the stereochemistry in my molecule was relative.
I have also tried
Code: |
select JC_React('[N;+1:1]([H])>>[N:1]', 'C[C@H]([NH2+]C1CC[C@@H](C)[C@@H](C)C1)C(O)=O |a:1|', 'method:a..outFormat:cxsmiles') from dual |
In that case, I get the error message below
Code: |
ORA-29532: Java call terminated by uncaught Java exception: java.lang.Exception: The following exception has been thrown by the servlet: Exception: Some features of [#6][C@H](NC1CC[C@@H]([#6])[C@@H]([#6])C1)C(O)=O cannot be converted to smiles. Use the cxsmiles, smarts or cxsmarts format. ORA-06512: at "JCHEM.JCHEM_CORE_PKG", line 320 ORA-06512: at "JCHEM.REACT_FUNC", line 11 |
How can I specify that my reagents are Extended Smiles in the Option part?
Thanks
Catherine
PS I have tried this with JChem 3.2.6