comparison FeatureLinkerUnlabeledKD.xml @ 6:c201d5e06f43 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Wed, 15 May 2019 08:29:10 -0400
parents 17aa0e144300
children 2570414d1fd9
comparison
equal deleted inserted replaced
5:0fb771921feb 6:c201d5e06f43
8 <import>macros.xml</import> 8 <import>macros.xml</import>
9 </macros> 9 </macros>
10 <expand macro="references"/> 10 <expand macro="references"/>
11 <expand macro="stdio"/> 11 <expand macro="stdio"/>
12 <expand macro="requirements"/> 12 <expand macro="requirements"/>
13 <command>FeatureLinkerUnlabeledKD 13 <command detect_errors="aggressive"><![CDATA[FeatureLinkerUnlabeledKD
14 14
15 -in 15 -in
16 #for token in $param_in: 16 #for token in $param_in:
17 $token 17 $token
18 #end for 18 #end for
119 #else 119 #else
120 $adv_opts.param_algorithm_LOWESS_extrapolation_type 120 $adv_opts.param_algorithm_LOWESS_extrapolation_type
121 #end if 121 #end if
122 #end if 122 #end if
123 #end if 123 #end if
124 </command> 124 ]]></command>
125 <inputs> 125 <inputs>
126 <param name="param_in" type="data" format="featurexml,consensusxml" multiple="true" optional="False" size="30" label="input files separated by blanks" help="(-in) "> 126 <param name="param_in" type="data" format="featurexml,consensusxml" multiple="true" optional="False" size="30" label="input files separated by blanks" help="(-in) ">
127 <sanitizer> 127 <sanitizer>
128 <valid initial="string.printable"> 128 <valid initial="string.printable">
129 <remove value="'"/> 129 <remove value="'"/>
180 <data name="param_out" format="consensusxml"/> 180 <data name="param_out" format="consensusxml"/>
181 </outputs> 181 </outputs>
182 <help>Groups corresponding features from multiple maps. 182 <help>Groups corresponding features from multiple maps.
183 183
184 184
185 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureLinkerUnlabeledKD.html</help> 185 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_FeatureLinkerUnlabeledKD.html</help>
186 </tool> 186 </tool>