0
|
1 <?xml version='1.0' encoding='UTF-8'?>
|
|
2 <tool id="QCMerger" name="QCMerger" version="1.12.0">
|
|
3 <description>Merges two qcml files together.</description>
|
|
4 <macros>
|
|
5 <token name="@EXECUTABLE@">QCMerger</token>
|
|
6 <import>macros.xml</import>
|
|
7 </macros>
|
|
8 <expand macro="stdio"/>
|
|
9 <expand macro="requirements"/>
|
|
10 <command>QCMerger
|
|
11
|
|
12 -in ${param_in}
|
|
13 -out ${param_out}
|
|
14 -setname ${param_setname}
|
|
15 -threads \${GALAXY_SLOTS:-24}
|
|
16 </command>
|
|
17 <inputs>
|
|
18 <param name="param_in" type="data" format="" optional="False" size="20" label="List of qcml files to be merged." help="(-in)"/>
|
|
19 <param name="param_setname" type="text" size="20" label="Use only when all given qcml files belong to one set, which will be held under the given name." help="(-setname)"/>
|
|
20 </inputs>
|
|
21 <outputs>
|
|
22 <data name="param_out" label="Output extended/reduced qcML file" format="data"/>
|
|
23 </outputs>
|
|
24 <help>**What it does**
|
|
25
|
|
26 Merges two qcml files together.
|
|
27
|
|
28
|
|
29 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_QCMerger.html
|
|
30
|
|
31 @REFERENCES@
|
|
32 </help>
|
|
33 </tool>
|