view 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
line wrap: on
line source

<tool id="openbabelSMI_plidflow" name="PLIDflow: Open Babel SMI">
  <description>Open Babel converts chemical structures from one file format to another. Use Open Babel to convert SMI files to SDF files</description>
  <inputs>
	  <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"/>
  </inputs>
  <command>(obabel -i smi $ligand_smi -o sdf -O $ligand_sdf --gen3D) &amp;>/dev/null </command>
  <outputs>
    <data name="ligand_sdf" format="sdf" label="Drug SDF file"/>
  </outputs>
</tool>