annotate PLIDflow/openbabel_SMI_plidflow.xml @ 6:795e11fac81b draft default tip

Included new tools for standardization
author bitlab
date Wed, 22 Apr 2020 06:12:00 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
1 <tool id="openbabelSMI_plidflow" name="PLIDflow: Open Babel SMI">
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
2 <description>Open Babel converts chemical structures from one file format to another. Use Open Babel to convert SMI files to SDF files</description>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
3 <inputs>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
4 <param name="ligand_smi" type="data" format="smi" label="Drug SMI file" help="Open Babel is a chemical toolbox designed to speak the many languages of chemical data. To convert Line notation SMILES (Simplified Molecular Input Line Entry System) to coordinate data and bond matrix information in structure Data Format (SDF) format"/>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
5 <param name="stripsalts" type="select" label="Strip salts">
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
6 <option value="" selected="true">Do not strip salts</option>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
7 <option value="-r">Strip salts</option>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
8 </param>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
9 </inputs>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
10 <command>(obabel -i smi $ligand_smi -o sdf -O $ligand_sdf --gen3D $stripsalts) &amp;>/dev/null </command>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
11 <outputs>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
12 <data name="ligand_sdf" format="sdf" label="Drug SDF file"/>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
13 </outputs>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
14 </tool>