User dfeb81947d
09-05-2005 10:50:27
Dear Support,
I'm still using an old version of Jchem: 2.3.4.
While importing the molecule: it gives the following smiles:
If I use
I had the following smiles:
where does the |r| comes from?
When I make a substructure search with query the benzen molecule, I have the following error on the molecule imported above (molecule.mol)
For now, I can't update the version of Jchem. Where does the problem comes from?
Thank you very much for your help
Kind Regards.
Jacques
I'm still using an old version of Jchem: 2.3.4.
While importing the molecule: it gives the following smiles:
Quote: |
COc1ccc2[nH]cc(CCNCc3ccbrcc3)c2c1 |r| |
Code: |
MolHandler mh = new MolHandler(structure); mh.aromatize(); System.out.println(mh.toFormat("smiles"); |
I had the following smiles:
Quote: |
COc1ccc2[nH]cc(CCNCc3ccbrcc3)c2c1 |
When I make a substructure search with query the benzen molecule, I have the following error on the molecule imported above (molecule.mol)
Quote: |
java.io.IOException: Unrecognized element type "r" at chemaxon.marvin.modules.SmilesImport.readSymbolAndAddAtom(SmilesImport.java:576) at chemaxon.marvin.modules.SmilesImport.readMol0(SmilesImport.java:390) at chemaxon.marvin.modules.SmilesImport.readMol(SmilesImport.java:326) at chemaxon.jchem.db.DatabaseSearch.searchInCache(DatabaseSearch.java:1504) at chemaxon.jchem.db.DatabaseSearch.search1(DatabaseSearch.java:1611) at chemaxon.jchem.db.DatabaseSearch.search(DatabaseSearch.java:1861) at chemaxon.jchem.db.JChemSearch.setRunning(JChemSearch.java:777) at chemaxon.jchem.db.JChemSearch.run(JChemSearch.java:796) |
Thank you very much for your help
Kind Regards.
Jacques