Mercurial > repos > galaxyp > openms_qcmerger
comparison QCMerger.xml @ 0:b2a0d4fa0282 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/openms commit fb85d488133bb2b5f483b52b2db0ac66038fafb8
author | galaxyp |
---|---|
date | Wed, 01 Mar 2017 12:31:46 -0500 |
parents | |
children | 4863ce83acd5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b2a0d4fa0282 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <!--This is a configuration file for the integration of a tools into Galaxy (https://galaxyproject.org/). This file was automatically generated using CTD2Galaxy.--> | |
3 <!--Proposed Tool Section: [Utilities]--> | |
4 <tool id="QCMerger" name="QCMerger" version="2.1.0"> | |
5 <description>Merges two qcml files together.</description> | |
6 <macros> | |
7 <token name="@EXECUTABLE@">QCMerger</token> | |
8 <import>macros.xml</import> | |
9 </macros> | |
10 <expand macro="references"/> | |
11 <expand macro="stdio"/> | |
12 <expand macro="requirements"/> | |
13 <command>QCMerger | |
14 | |
15 -in | |
16 #for token in $param_in: | |
17 $token | |
18 #end for | |
19 #if $param_out: | |
20 -out $param_out | |
21 #end if | |
22 #if $param_setname: | |
23 -setname "$param_setname" | |
24 #end if | |
25 #if $adv_opts.adv_opts_selector=='advanced': | |
26 #if $adv_opts.param_force: | |
27 -force | |
28 #end if | |
29 #end if | |
30 </command> | |
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) "> | |
33 <sanitizer> | |
34 <valid initial="string.printable"> | |
35 <remove value="'"/> | |
36 <remove value="""/> | |
37 </valid> | |
38 </sanitizer> | |
39 </param> | |
40 <param name="param_setname" type="text" size="30" label="Use only when all given qcml files belong to one set, which will be held under the given name" help="(-setname) "> | |
41 <sanitizer> | |
42 <valid initial="string.printable"> | |
43 <remove value="'"/> | |
44 <remove value="""/> | |
45 </valid> | |
46 </sanitizer> | |
47 </param> | |
48 <expand macro="advanced_options"> | |
49 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
50 </expand> | |
51 </inputs> | |
52 <outputs> | |
53 <data name="param_out" format="qcml"/> | |
54 </outputs> | |
55 <help>Merges two qcml files together. | |
56 | |
57 | |
58 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_QCMerger.html</help> | |
59 </tool> |