comparison MapStatistics.xml @ 0:3070d71e0e5c draft

Uploaded
author bgruening
date Thu, 16 Apr 2015 08:37:04 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3070d71e0e5c
1 <?xml version='1.0' encoding='UTF-8'?>
2 <tool id="MapStatistics" name="MapStatistics" version="2.0.0">
3 <description>Extract extended statistics on the features of a map for quality control.</description>
4 <macros>
5 <token name="@EXECUTABLE@">MapStatistics</token>
6 <import>macros.xml</import>
7 </macros>
8 <expand macro="stdio"/>
9 <expand macro="requirements"/>
10 <command>MapStatistics
11
12 #if $param_in:
13 -in $param_in
14 #end if
15 #if $param_out:
16 -out $param_out
17 #end if
18 #if $param_n:
19 -n $param_n
20 #end if
21 #if $param_m:
22 -m
23 #end if
24 #if $param_p:
25 -p
26 #end if
27 #if $param_s:
28 -s
29 #end if
30 -threads \${GALAXY_SLOTS:-24}
31 #if $adv_opts.adv_opts_selector=='advanced':
32 #if $adv_opts.param_force:
33 -force
34 #end if
35 #end if
36 </command>
37 <inputs>
38 <param name="param_in" type="data" format="featurexml,consensusxml" optional="False" label="Input file" help="(-in) "/>
39 <param name="param_n" type="integer" min="1" max="100" optional="True" value="4" label="Report separate statistics for each of n RT slices of the map" help="(-n) "/>
40 <param name="param_m" type="boolean" truevalue="-m" falsevalue="" checked="false" optional="True" label="Show meta information about the whole experiment" help="(-m) "/>
41 <param name="param_p" type="boolean" truevalue="-p" falsevalue="" checked="false" optional="True" label="Shows data processing information" help="(-p) "/>
42 <param name="param_s" type="boolean" truevalue="-s" falsevalue="" checked="false" optional="True" label="Computes a summary statistics of intensities, qualities, and widths" help="(-s) "/>
43 <expand macro="advanced_options">
44 <param name="param_force" type="boolean" truevalue="-force" falsevalue="" checked="false" optional="True" label="Overwrite tool specific checks" help="(-force) "/>
45 </expand>
46 </inputs>
47 <outputs>
48 <data name="param_out" format="txt"/>
49 </outputs>
50 <help>**What it does**
51
52 Extract extended statistics on the features of a map for quality control.
53
54
55 For more information, visit http://ftp.mi.fu-berlin.de/OpenMS/release-documentation/html/TOPP_MapStatistics.html</help>
56 <expand macro="references"/>
57 </tool>