Mercurial > repos > bgruening > chemical_data_sources
view get_pubchem/get_pubchem_as_smiles.xml @ 12:c065b806ff8c default tip
ChemicalToolBoX update.
author | Bjoern Gruening <bjoern.gruening@gmail.com> |
---|---|
date | Tue, 23 Jul 2013 14:53:09 +0200 |
parents | 1043c0bb5f77 |
children |
line wrap: on
line source
<tool id="ctb_pubchem_download_as_smiles" name="PubChem Download" Version="0.1" > <description>as canonical SMILES</description> <command interpreter="python"> get_pubchem_as_smiles.py -o $pubchem_smi -p 10 2>&1 </command> <inputs> <param name="infile" type="select" display="radio" size="250" label="Load all pubchem files and convert them to canonical smiles." /> </inputs> <outputs> <data format="smi" name="pubchem_smi" /> </outputs> <tests> </tests> <help> .. class:: infomark **What this tool does** This tool will fetch one PubChem_ file after another and convert them to canonical SMILES. .. _PubChem: http://pubchem.ncbi.nlm.nih.gov/ ----- .. class:: infomark **Output** The output will be one large SMILES file. </help> </tool>