diff FeatureLinkerUnlabeledQT.xml @ 7:5e3b60ab2b05 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit 58476cadaaf10b494317a604ad81d41c2d15f29b
author galaxyp
date Mon, 12 Feb 2018 13:04:00 -0500
parents b6739a31c49f
children e9ab7ba6ab02
line wrap: on
line diff
--- a/FeatureLinkerUnlabeledQT.xml	Thu Jan 11 17:46:45 2018 -0500
+++ b/FeatureLinkerUnlabeledQT.xml	Mon Feb 12 13:04:00 2018 -0500
@@ -1,7 +1,7 @@
 <?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.-->
+<!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
 <!--Proposed Tool Section: [Map Alignment]-->
-<tool id="FeatureLinkerUnlabeledQT" name="FeatureLinkerUnlabeledQT" version="2.2.0">
+<tool id="FeatureLinkerUnlabeledQT" name="FeatureLinkerUnlabeledQT" version="2.3.0">
   <description>Groups corresponding features from multiple maps.</description>
   <macros>
     <token name="@EXECUTABLE@">FeatureLinkerUnlabeledQT</token>
@@ -19,6 +19,9 @@
 #if $param_out:
   -out $param_out
 #end if
+#if $param_design:
+  -design $param_design
+#end if
 #if $param_keep_subelements:
   -keep_subelements
 #end if
@@ -86,6 +89,7 @@
         </valid>
       </sanitizer>
     </param>
+    <param name="param_design" type="data" format="tabular" optional="True" label="input file containing the experimental design" help="(-design) "/>
     <param name="param_keep_subelements" display="radio" type="boolean" truevalue="-keep_subelements" falsevalue="" checked="false" optional="True" label="For consensusXML input only: If set, the sub-features of the inputs are transferred to the output" help="(-keep_subelements) "/>
     <param name="param_algorithm_use_identifications" display="radio" type="boolean" truevalue="-algorithm:use_identifications" falsevalue="" checked="false" optional="True" label="Never link features that are annotated with different peptides (only the best hit per peptide identification is taken into account)" help="(-use_identifications) "/>
     <param name="param_algorithm_nr_partitions" type="integer" min="1" optional="True" value="100" label="How many partitions in m/z space should be used for the algorithm (more partitions means faster runtime and more memory efficient execution )" help="(-nr_partitions) "/>