view PLIDflow/openbabel_SMI_plidflow.xml @ 6:795e11fac81b draft default tip

Included new tools for standardization
author bitlab
date Wed, 22 Apr 2020 06:12:00 -0400
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"/>
	  <param name="stripsalts" type="select" label="Strip salts">
		  <option value="" selected="true">Do not strip salts</option>
		  <option value="-r">Strip salts</option>
	  </param>
  </inputs>
  <command>(obabel -i smi $ligand_smi -o sdf -O $ligand_sdf --gen3D $stripsalts) &amp;>/dev/null </command>
  <outputs>
    <data name="ligand_sdf" format="sdf" label="Drug SDF file"/>
  </outputs>
</tool>