2
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.-->
|
|
3 <!--Proposed Tool Section: [Docking]-->
|
|
4 <tool id="SideChainGridBuilder" name="SideChainGridBuilder" version="1.1.0">
|
|
5 <description>build side chain grid</description>
|
|
6 <macros>
|
|
7 <token name="@EXECUTABLE@">SideChainGridBuilder</token>
|
|
8 <import>macros.xml</import>
|
|
9 </macros>
|
|
10 <expand macro="stdio"/>
|
|
11 <expand macro="requirements"/>
|
|
12 <command>SideChainGridBuilder
|
|
13
|
|
14 #if $param_param:
|
|
15 -param $param_param
|
|
16 #end if
|
|
17 #if $param_d:
|
|
18 -d "$param_d"
|
|
19 #end if
|
|
20 </command>
|
|
21 <inputs>
|
|
22 <param name="param_param" type="data" format="ini" optional="False" value="<class 'CTDopts.CTDopts._Null'>" label="parameter file" help="(-param) "/>
|
|
23 <param name="param_d" type="text" size="30" value="<class 'CTDopts.CTDopts._Null'>" label="output directory" help="(-d) ">
|
|
24 <sanitizer>
|
|
25 <valid initial="string.printable">
|
|
26 <remove value="'"/>
|
|
27 <remove value="""/>
|
|
28 </valid>
|
|
29 </sanitizer>
|
|
30 </param>
|
|
31 </inputs>
|
|
32 <expand macro="advanced_options"/>
|
|
33 <outputs>
|
|
34 <data name="param_stdout" format="text" label="Output from stdout"/>
|
|
35 </outputs>
|
|
36 <help>This tool precalculates a side chain grid.
|
|
37
|
|
38 </help>
|
|
39 </tool>
|