comparison QCMerger.xml @ 7:8c627b0c8276 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:21:35 -0400
parents 5cb44893d700
children aeb80a19bda0
comparison
equal deleted inserted replaced
6:85c9cdd07a51 7:8c627b0c8276
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>QCMerger 13 <command detect_errors="aggressive"><![CDATA[QCMerger
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
25 #if $adv_opts.adv_opts_selector=='advanced': 25 #if $adv_opts.adv_opts_selector=='advanced':
26 #if $adv_opts.param_force: 26 #if $adv_opts.param_force:
27 -force 27 -force
28 #end if 28 #end if
29 #end if 29 #end if
30 </command> 30 ]]></command>
31 <inputs> 31 <inputs>
32 <param name="param_in" type="data" format="qcml" multiple="true" optional="False" size="30" label="List of qcml files to be merged" help="(-in) "> 32 <param name="param_in" type="data" format="qcml" multiple="true" optional="False" size="30" label="List of qcml files to be merged" help="(-in) ">
33 <sanitizer> 33 <sanitizer>
34 <valid initial="string.printable"> 34 <valid initial="string.printable">
35 <remove value="'"/> 35 <remove value="'"/>
53 <data name="param_out" format="qcml"/> 53 <data name="param_out" format="qcml"/>
54 </outputs> 54 </outputs>
55 <help>Merges two qcml files together. 55 <help>Merges two qcml files together.
56 56
57 57
58 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_QCMerger.html</help> 58 For more information, visit https://abibuilder.informatik.uni-tuebingen.de/archive/openms/Documentation/release/2.3.0/html/UTILS_QCMerger.html</help>
59 </tool> 59 </tool>