Mercurial > repos > galaxyp > openms_qcextractor
comparison QCExtractor.xml @ 0:6a16b2a96a5e 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:49:03 -0500 |
parents | |
children | 6c4b0427c053 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6a16b2a96a5e |
---|---|
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="QCExtractor" name="QCExtractor" version="2.1.0"> | |
5 <description>Extracts a table attachment to a given qc parameter.</description> | |
6 <macros> | |
7 <token name="@EXECUTABLE@">QCExtractor</token> | |
8 <import>macros.xml</import> | |
9 </macros> | |
10 <expand macro="references"/> | |
11 <expand macro="stdio"/> | |
12 <expand macro="requirements"/> | |
13 <command>QCExtractor | |
14 | |
15 #if $param_in: | |
16 -in $param_in | |
17 #end if | |
18 #if $param_qp: | |
19 -qp "$param_qp" | |
20 #end if | |
21 #if $param_run: | |
22 -run $param_run | |
23 #end if | |
24 #if $param_name: | |
25 -name "$param_name" | |
26 #end if | |
27 #if $param_out_csv: | |
28 -out_csv $param_out_csv | |
29 #end if | |
30 #if $adv_opts.adv_opts_selector=='advanced': | |
31 #if $adv_opts.param_force: | |
32 -force | |
33 #end if | |
34 #end if | |
35 </command> | |
36 <inputs> | |
37 <param name="param_in" type="data" format="qcml" optional="False" label="Input qcml file" help="(-in) "/> | |
38 <param name="param_qp" type="text" size="30" label="Target attachment qp" help="(-qp) "> | |
39 <sanitizer> | |
40 <valid initial="string.printable"> | |
41 <remove value="'"/> | |
42 <remove value="""/> | |
43 </valid> | |
44 </sanitizer> | |
45 </param> | |
46 <param name="param_run" type="data" format="mzml" optional="True" label="The file that defined the run under which the qp for the attachment is aggregated as mzML file" help="(-run) The file is only used to extract the run name from the file name"/> | |
47 <param name="param_name" type="text" size="30" label="If no file for the run was given (or if the target qp is contained in a set), at least a name of the target run/set containing the the qp for the attachment has to be given" help="(-name) "> | |
48 <sanitizer> | |
49 <valid initial="string.printable"> | |
50 <remove value="'"/> | |
51 <remove value="""/> | |
52 </valid> | |
53 </sanitizer> | |
54 </param> | |
55 <expand macro="advanced_options"> | |
56 <param name="param_force" display="radio" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/> | |
57 </expand> | |
58 </inputs> | |
59 <outputs> | |
60 <data name="param_out_csv" format="tabular"/> | |
61 </outputs> | |
62 <help>Extracts a table attachment to a given qc parameter. | |
63 | |
64 | |
65 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_QCExtractor.html</help> | |
66 </tool> |