User 5efe442094
23-07-2004 15:48:03
I have tried converting a SMILES to a molfile, which is why I thought it would be useful to be able to convert a molfile to SMILES.
If the mol file is inserted into a table and then specified as the query parameter of the jc_molconvert function, would the result be a SMILES. I have tried this with JChem version 23pre1, I ran the query:
select id, molfile-column, jc_molconvert(molfile-column, 'smiles') from test_molfile_table
I did not get any errors, but there were no results returned for the conversion, i.e:
id molfile-column jc_molconvert(molfile-column, 'smiles')
1 (LONG)
Is this currently possible? Does the molfile-column need to be a different data type?
Many Thanks,
Gemma
If the mol file is inserted into a table and then specified as the query parameter of the jc_molconvert function, would the result be a SMILES. I have tried this with JChem version 23pre1, I ran the query:
select id, molfile-column, jc_molconvert(molfile-column, 'smiles') from test_molfile_table
I did not get any errors, but there were no results returned for the conversion, i.e:
id molfile-column jc_molconvert(molfile-column, 'smiles')
1 (LONG)
Is this currently possible? Does the molfile-column need to be a different data type?
Many Thanks,
Gemma