comparison PLIDflow/openbabel_SDF_plidflow.xml @ 0:6fcfa4756040 draft

Uploaded
author bitlab
date Tue, 14 Jan 2020 06:09:42 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6fcfa4756040
1 <tool id="openbabelSDF_plidflow" name="PLIDflow: Open Babel SDF">
2 <description>Open Babel converts chemical structures from one file format to another. Use Open Babel to convert SDF files to PDF files</description>
3 <inputs>
4 <param name="ligand_sdf" type="data" format="sdf" label="Drug SDF file" help="Open Babel is a chemical toolbox designed to speak the many languages of chemical data. To convert SDF file to Protein Data Bank (PDB) format describing the three-dimensional structures of molecules."/>
5 </inputs>
6 <command>(obabel -i sdf $ligand_sdf -o pdb -O $ligand_pdb) &amp;>/dev/null </command>
7 <outputs>
8 <data name="ligand_pdb" format="pdb" label="Drug PDB file"/>
9 </outputs>
10 </tool>