comparison AdditiveSeries.xml @ 11:9601a416dc9e draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit f608f41d45664d04d3124c6ebc791bf8a566b3c5
author galaxyp
date Fri, 17 May 2019 04:54:19 -0400
parents eabed74a76bd
children
comparison
equal deleted inserted replaced
10:189cf4083a11 11:9601a416dc9e
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>AdditiveSeries 13 <command detect_errors="aggressive"><![CDATA[AdditiveSeries
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
57 #if $adv_opts.adv_opts_selector=='advanced': 57 #if $adv_opts.adv_opts_selector=='advanced':
58 #if $adv_opts.param_force: 58 #if $adv_opts.param_force:
59 -force 59 -force
60 #end if 60 #end if
61 #end if 61 #end if
62 </command> 62 ]]></command>
63 <inputs> 63 <inputs>
64 <param name="param_in" type="data" format="featurexml" multiple="true" optional="False" size="30" label="input files separated by blanks" help="(-in) "> 64 <param name="param_in" type="data" format="featurexml" multiple="true" optional="False" size="30" label="input files separated by blanks" help="(-in) ">
65 <sanitizer> 65 <sanitizer>
66 <valid initial="string.printable"> 66 <valid initial="string.printable">
67 <remove value="'"/> 67 <remove value="'"/>
102 <data name="param_out" format="xml"/> 102 <data name="param_out" format="xml"/>
103 </outputs> 103 </outputs>
104 <help>Computes an additive series to quantify a peptide in a set of samples. 104 <help>Computes an additive series to quantify a peptide in a set of samples.
105 105
106 106
107 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_AdditiveSeries.html</help> 107 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/TOPP_AdditiveSeries.html</help>
108 </tool> 108 </tool>