diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/galaxy_stubs/SideChainGridBuilder.xml	Tue Jul 12 12:33:33 2016 -0400
@@ -0,0 +1,39 @@
+<?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="&lt;class 'CTDopts.CTDopts._Null'&gt;" label="parameter file" help="(-param) "/>
+    <param name="param_d" type="text" size="30" value="&lt;class 'CTDopts.CTDopts._Null'&gt;" label="output directory" help="(-d) ">
+      <sanitizer>
+        <valid initial="string.printable">
+          <remove value="'"/>
+          <remove value="&quot;"/>
+        </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>