view PLIDflow/openbabel_SMI_plidflow.xml @ 0:6fcfa4756040 draft

Uploaded
author bitlab
date Tue, 14 Jan 2020 06:09:42 -0500
parents
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>