annotate PLIDflow/openbabel_conversion_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="openbabelConversion_plidflow" name="PLIDflow: Open Babel Dative Bound Conversion">
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 to the dative bond form</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="Convert to the dative bond form"/>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
5 </inputs>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
6 <command>(obabel $ligand_smi -O $ligand_converted_smi -b) &amp;>/dev/null </command>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
7 <outputs>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
8 <data name="ligand_converted_smi" format="smi" label="Drug in dative bond form"/>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
9 </outputs>
795e11fac81b Included new tools for standardization
bitlab
parents:
diff changeset
10 </tool>