Mercurial > repos > bitlab > plidflow
annotate PLIDflow/openbabel_SDF_plidflow.xml @ 4:b9e7ec4e3cde draft
Uploaded
| author | bitlab |
|---|---|
| date | Mon, 27 Jan 2020 07:12:19 -0500 |
| parents | 6fcfa4756040 |
| children |
| rev | line source |
|---|---|
| 0 | 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) &>/dev/null </command> | |
| 7 <outputs> | |
| 8 <data name="ligand_pdb" format="pdb" label="Drug PDB file"/> | |
| 9 </outputs> | |
| 10 </tool> |
