comparison FeatureLinkerUnlabeled.xml @ 9:bc21e5dd5ff0 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:19:18 -0400
parents df7f4ac9a2c6
children 6b88274392ce
comparison
equal deleted inserted replaced
8:93b88f7cb8cb 9:bc21e5dd5ff0
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>FeatureLinkerUnlabeled 13 <command detect_errors="aggressive"><![CDATA[FeatureLinkerUnlabeled
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
77 #else 77 #else
78 $adv_opts.param_algorithm_distance_intensity_log_transform 78 $adv_opts.param_algorithm_distance_intensity_log_transform
79 #end if 79 #end if
80 #end if 80 #end if
81 #end if 81 #end if
82 </command> 82 ]]></command>
83 <inputs> 83 <inputs>
84 <param name="param_in" type="data" format="featurexml,consensusxml" multiple="true" optional="False" size="30" label="input files separated by blanks" help="(-in) "> 84 <param name="param_in" type="data" format="featurexml,consensusxml" multiple="true" optional="False" size="30" label="input files separated by blanks" help="(-in) ">
85 <sanitizer> 85 <sanitizer>
86 <valid initial="string.printable"> 86 <valid initial="string.printable">
87 <remove value="'"/> 87 <remove value="'"/>
118 <data name="param_out" format="consensusxml"/> 118 <data name="param_out" format="consensusxml"/>
119 </outputs> 119 </outputs>
120 <help>Groups corresponding features from multiple maps. 120 <help>Groups corresponding features from multiple maps.
121 121
122 122
123 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_FeatureLinkerUnlabeled.html</help> 123 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_FeatureLinkerUnlabeled.html</help>
124 </tool> 124 </tool>