Mercurial > repos > luis > ball
diff galaxy_stubs/RemoveWater.xml @ 2:605370bc1def draft default tip
Uploaded
author | luis |
---|---|
date | Tue, 12 Jul 2016 12:33:33 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/galaxy_stubs/RemoveWater.xml Tue Jul 12 12:33:33 2016 -0400 @@ -0,0 +1,31 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> +<!--Proposed Tool Section: [Preparation]--> +<tool id="RemoveWater" name="RemoveWater" version="1.1.0"> + <description>removes water from PDB file </description> + <macros> + <token name="@EXECUTABLE@">RemoveWater</token> + <import>macros.xml</import> + </macros> + <expand macro="stdio"/> + <expand macro="requirements"/> + <command>RemoveWater + +#if $param_i: + -i $param_i +#end if +#if $param_o: + -o $param_o +#end if +</command> + <inputs> + <param name="param_i" type="data" format="pdb" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="input pdb file" help="(-i) "/> + </inputs> + <expand macro="advanced_options"/> + <outputs> + <data name="param_o" format="pdb"/> + </outputs> + <help>This tool removes water from a given pdb file. + +</help> +</tool>