annotate PLIDflow/openbabel_SMI_plidflow.xml @ 3:d45ae17b4470
draft
Removed modeller which was not necessary anymore
author |
bitlab |
date |
Mon, 27 Jan 2020 02:49:46 -0500 |
parents |
6fcfa4756040 |
children |
|
rev |
line source |
0
|
1 <tool id="openbabelSMI_plidflow" name="PLIDflow: Open Babel SMI">
|
|
2 <description>Open Babel converts chemical structures from one file format to another. Use Open Babel to convert SMI files to SDF files</description>
|
|
3 <inputs>
|
|
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"/>
|
|
5 </inputs>
|
|
6 <command>(obabel -i smi $ligand_smi -o sdf -O $ligand_sdf --gen3D) &>/dev/null </command>
|
|
7 <outputs>
|
|
8 <data name="ligand_sdf" format="sdf" label="Drug SDF file"/>
|
|
9 </outputs>
|
|
10 </tool>
|