Converting SMILES to Kekule Format: Difference between revisions

From DISI
Jump to navigation Jump to search
(Created page with "For adding molecular structures to slides/papers, SMILEs can be converted into Kekule format with the following command: /nfs/soft/jchem/current/bin/molconvert s...")
 
No edit summary
Line 1: Line 1:
For adding molecular structures to slides/papers, SMILEs can be converted into Kekule format with the following command:
For adding molecular structures to slides/papers, SMILEs can be converted into Kekule format with the following command:


            /nfs/soft/jchem/current/bin/molconvert smiles:-a {INPUT_SMILES.smi} > {OUTPUT_SMILES.smi}
    /nfs/soft/jchem/current/bin/molconvert smiles:-a {INPUT_SMILES.smi} > {OUTPUT_SMILES.smi}




The SMILES in the {OUTPUT_SMILES.smi} file will not be de-aromatized, and can be pasted into ChemDraw.
The SMILES in the {OUTPUT_SMILES.smi} file will not be de-aromatized, and can be pasted into ChemDraw.

Revision as of 21:04, 17 October 2019

For adding molecular structures to slides/papers, SMILEs can be converted into Kekule format with the following command:

    /nfs/soft/jchem/current/bin/molconvert smiles:-a {INPUT_SMILES.smi} > {OUTPUT_SMILES.smi}


The SMILES in the {OUTPUT_SMILES.smi} file will not be de-aromatized, and can be pasted into ChemDraw.