Mercurial > repos > bgruening > openms
comparison QCShrinker.xml @ 0:3d84209d3178 draft
Uploaded
author | bgruening |
---|---|
date | Fri, 10 Oct 2014 18:20:03 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3d84209d3178 |
---|---|
1 <?xml version='1.0' encoding='UTF-8'?> | |
2 <tool id="QCShrinker" name="QCShrinker" version="1.12.0"> | |
3 <description>This application is used to remove the verbose table attachments from a qcml file that are not needed anymore, e.g. for a final report.</description> | |
4 <macros> | |
5 <token name="@EXECUTABLE@">QCShrinker</token> | |
6 <import>macros.xml</import> | |
7 </macros> | |
8 <expand macro="stdio"/> | |
9 <expand macro="requirements"/> | |
10 <command>QCShrinker | |
11 | |
12 -in ${param_in} | |
13 -qp_accessions ${param_qp_accessions} | |
14 -name ${param_name} | |
15 -run ${param_run} | |
16 -out ${param_out} | |
17 -threads \${GALAXY_SLOTS:-24} | |
18 </command> | |
19 <inputs> | |
20 <param name="param_in" type="data" format="" optional="False" label="Input qcml file" help="(-in)"/> | |
21 <param name="param_qp_accessions" type="text" size="20" label="A list of cv accessions that should be removed. If empty, the usual suspects will be removed!" help="(-qp_accessions)"/> | |
22 <param name="param_name" type="text" size="20" label="The name of the target run or set that contains the requested quality parameter." help="(-name)"/> | |
23 <param name="param_run" type="data" format="mzML" optional="True" label="The file from which the name of the target run that contains the requested quality parameter is taken. This overrides the name parameter!" help="(-run)"/> | |
24 </inputs> | |
25 <outputs> | |
26 <data name="param_out" label="Output extended/reduced qcML file" format="data"/> | |
27 </outputs> | |
28 <help>**What it does** | |
29 | |
30 This application is used to remove the verbose table attachments from a qcml file that are not needed anymore, e.g. for a final report. | |
31 | |
32 | |
33 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/UTILS_QCShrinker.html | |
34 | |
35 @REFERENCES@ | |
36 </help> | |
37 </tool> |