User 62771462e7
24-06-2011 17:40:14
Hi,
is there a chemaxon java class to import smiles files, including both the SMILES string and molecular name string?
Thanks,
Gonzalo
User 62771462e7
24-06-2011 17:40:14
Hi,
is there a chemaxon java class to import smiles files, including both the SMILES string and molecular name string?
Thanks,
Gonzalo
ChemAxon 25dcd765a3
29-06-2011 15:08:25
You can import it with the MolImporter API.
Use smiles import format. It is automatically imports the molecule name.
Test code is attached.