Mercurial > repos > luis > ball
view galaxy_stubs/SideChainGridBuilder.xml @ 2:605370bc1def draft default tip
Uploaded
author | luis |
---|---|
date | Tue, 12 Jul 2016 12:33:33 -0400 |
parents | |
children |
line wrap: on
line source
<?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: [Docking]--> <tool id="SideChainGridBuilder" name="SideChainGridBuilder" version="1.1.0"> <description>build side chain grid</description> <macros> <token name="@EXECUTABLE@">SideChainGridBuilder</token> <import>macros.xml</import> </macros> <expand macro="stdio"/> <expand macro="requirements"/> <command>SideChainGridBuilder #if $param_param: -param $param_param #end if #if $param_d: -d "$param_d" #end if </command> <inputs> <param name="param_param" type="data" format="ini" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="parameter file" help="(-param) "/> <param name="param_d" type="text" size="30" value="<class 'CTDopts.CTDopts._Null'>" label="output directory" help="(-d) "> <sanitizer> <valid initial="string.printable"> <remove value="'"/> <remove value="""/> </valid> </sanitizer> </param> </inputs> <expand macro="advanced_options"/> <outputs> <data name="param_stdout" format="text" label="Output from stdout"/> </outputs> <help>This tool precalculates a side chain grid. </help> </tool>