comparison 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
comparison
equal deleted inserted replaced
6:79197a523dd0 7:5e3b60ab2b05
1 <?xml version='1.0' encoding='UTF-8'?> 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.--> 2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTDConverter.-->
3 <!--Proposed Tool Section: [Map Alignment]--> 3 <!--Proposed Tool Section: [Map Alignment]-->
4 <tool id="FeatureLinkerUnlabeledQT" name="FeatureLinkerUnlabeledQT" version="2.2.0"> 4 <tool id="FeatureLinkerUnlabeledQT" name="FeatureLinkerUnlabeledQT" version="2.3.0">
5 <description>Groups corresponding features from multiple maps.</description> 5 <description>Groups corresponding features from multiple maps.</description>
6 <macros> 6 <macros>
7 <token name="@EXECUTABLE@">FeatureLinkerUnlabeledQT</token> 7 <token name="@EXECUTABLE@">FeatureLinkerUnlabeledQT</token>
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
16 #for token in $param_in: 16 #for token in $param_in:
17 $token 17 $token
18 #end for 18 #end for
19 #if $param_out: 19 #if $param_out:
20 -out $param_out 20 -out $param_out
21 #end if
22 #if $param_design:
23 -design $param_design
21 #end if 24 #end if
22 #if $param_keep_subelements: 25 #if $param_keep_subelements:
23 -keep_subelements 26 -keep_subelements
24 #end if 27 #end if
25 #if $param_algorithm_use_identifications: 28 #if $param_algorithm_use_identifications:
84 <remove value="'"/> 87 <remove value="'"/>
85 <remove value="&quot;"/> 88 <remove value="&quot;"/>
86 </valid> 89 </valid>
87 </sanitizer> 90 </sanitizer>
88 </param> 91 </param>
92 <param name="param_design" type="data" format="tabular" optional="True" label="input file containing the experimental design" help="(-design) "/>
89 <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) "/> 93 <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) "/>
90 <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) "/> 94 <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) "/>
91 <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) "/> 95 <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) "/>
92 <param name="param_algorithm_ignore_charge" display="radio" type="boolean" truevalue="-algorithm:ignore_charge" falsevalue="" checked="false" optional="True" label="false [default]: pairing requires equal charge state (or at least one unknown charge '0'); true: Pairing irrespective of charge state" help="(-ignore_charge) "/> 96 <param name="param_algorithm_ignore_charge" display="radio" type="boolean" truevalue="-algorithm:ignore_charge" falsevalue="" checked="false" optional="True" label="false [default]: pairing requires equal charge state (or at least one unknown charge '0'); true: Pairing irrespective of charge state" help="(-ignore_charge) "/>
93 <param name="param_algorithm_distance_RT_max_difference" type="float" min="0.0" optional="True" value="100.0" label="Never pair features with a larger RT distance (in seconds)" help="(-max_difference) "/> 97 <param name="param_algorithm_distance_RT_max_difference" type="float" min="0.0" optional="True" value="100.0" label="Never pair features with a larger RT distance (in seconds)" help="(-max_difference) "/>