annotate macros.xml @ 0:178b22349b79 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
author bgruening
date Mon, 21 Nov 2022 18:08:27 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
1 <macros>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
2 <xml name="requirements">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
3 <requirements>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
4 <requirement type="package" version="1.23.5">numpy</requirement>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
5 <requirement type="package" version="1.9.3">scipy</requirement>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
6 </requirements>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
7 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
8 <xml name="macro_sample_one_cols">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
9 <param name="sample_one_cols" multiple="True" type="data_column" data_ref="infile" label="Column for sample one"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
10 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
11 <xml name="macro_sample_two_cols">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
12 <param name="sample_two_cols" multiple="True" type="data_column" data_ref="infile" optional="True" label="Column for sample two"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
13 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
14 <xml name="macro_sample_cols_min2">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
15 <repeat name="samples" title="more samples" min='2'>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
16 <param name="sample_cols" multiple="True" type="data_column" data_ref="infile" label="Column for sample"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
17 </repeat>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
18 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
19 <xml name="macro_sample_cols_min3">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
20 <repeat name="samples" title="more samples" min='3'>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
21 <param name="sample_cols" multiple="True" type="data_column" data_ref="infile" label="Column for sample"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
22 </repeat>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
23 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
24 <xml name="macro_zero_method">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
25 <param name="zero_method" type="select" label="pratt,wilcox,zsplit">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
26 <option value="pratt">Pratt treatment: includes zero-differences in the ranking process</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
27 <option value="wilcox">Wilcox treatment: discards all zero-differences</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
28 <option value="zsplit">Zero rank split: just like Pratt, but spliting the zero rank between positive and negative ones</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
29 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
30 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
31 <xml name="macro_center">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
32 <param name="center" type="select" label="Which function of the data to use in the test ">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
33 <option value="median">median</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
34 <option value="mean">mean</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
35 <option value="trimmed">trimmed</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
36 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
37 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
38 <xml name="macro_interpolation">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
39 <param name="interpolation" type="select" label="this specifies the interpolation method to use, when the desired quantile lies between two data points i and j">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
40 <option value="fraction">fraction</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
41 <option value="lower">lower</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
42 <option value="higher">higher</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
43 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
44 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
45 <xml name="macro_ties">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
46 <param name="ties" type="select" label="Determines how values equal to the grand median are classified in the contingency table">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
47 <option value="below">below</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
48 <option value="above">above</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
49 <option value="ignore">ignore</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
50 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
51 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
52 <xml name="macro_method">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
53 <param name="method" type="select" label="Maximizes the Pearson correlation coefficient">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
54 <option value="pearsonr">pearsonr</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
55 <option value="mle">mle</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
56 <option value="all">all</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
57 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
58 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
59 <xml name="macro_dist">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
60 <param name="dist" type="select" label="the type of distribution to test against. The default is ‘norm’ and ‘extreme1’ is a synonym for ‘gumbel’">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
61 <option value="norm">norm</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
62 <option value="expon">expon</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
63 <option value="logistic">logistic</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
64 <option value="gumbel">gumbel</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
65 <option value="extreme1">extreme1</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
66 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
67 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
68 <xml name="macro_tail">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
69 <param name="tail" type="select" label="From which tail">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
70 <option value="right">right</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
71 <option value="left">left</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
72 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
73 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
74 <xml name="macro_kind">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
75 <param name="kind" type="select" label="This optional parameter specifies the interpretation of the resulting score">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
76 <option value="rank">rank</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
77 <option value="weak">weak</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
78 <option value="strict">strict</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
79 <option value="mean">mean</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
80 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
81 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
82 <xml name="macro_md">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
83 <param name="md" type="select" label="The method used to assign ranks to tied elements">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
84 <option value="average">average</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
85 <option value="min">min</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
86 <option value="max">max</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
87 <option value="dense">dense</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
88 <option value="ordinal">ordinal</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
89 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
90 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
91 <xml name="macro_statistic">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
92 <param name="statistic" type="select" label="The statistic to compute ">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
93 <option value="mean">mean</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
94 <option value="median">median</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
95 <option value="count">count</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
96 <option value="sum">sum</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
97 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
98 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
99 <xml name="macro_alternative">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
100 <param name="alternative" type="select" label="Defines the alternative hypothesis">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
101 <option value="two-sided">two-sided</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
102 <option value="less">less</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
103 <option value="greater">greater</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
104 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
105 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
106 <xml name="macro_mode">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
107 <param name="mode" type="select" label="Defines the distribution used for calculating the p-value">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
108 <option value="approx">approx</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
109 <option value="asymp">asymp</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
110 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
111 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
112 <xml name="macro_interpolation">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
113 <param name="interpolation" type="select" label="this specifies the interpolation method to use, when the desired quantile lies between two data points i and j">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
114 <option value="fraction">fraction</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
115 <option value="lower">lower</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
116 <option value="higher">higher</option>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
117 </param>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
118 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
119 <xml name="macro_correction">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
120 <param name="correction" type="boolean" truevalue="--correction" falsevalue="" checked="True" label="If True, and the degrees of freedom is 1, apply Yates’ correction for continuity."/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
121 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
122 <xml name="macro_printextras">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
123 <param name="printextras" type="boolean" truevalue="--printextras" falsevalue="" checked="False" label="printextras" help="If True, if there are extra points a warning is raised saying how many of those points there are" />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
124 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
125 <xml name="macro_initial_lexsort">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
126 <param name="initial_lexsort" type="boolean" truevalue="--initial_lexsort" falsevalue="" checked="True" label="Whether to use lexsort or quicksort as the sorting method for the initial sort of the inputs"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
127 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
128 <xml name="macro_cdf">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
129 <param name="cdf" type="text" value="norm" label="If a string, it should be the name of a distribution in scipy.stats"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
130 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
131 <xml name="macro_ni">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
132 <param name="ni" type="integer" value="20" label="N" optional="True" help="Sample size if rvs is string or callable."/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
133 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
134 <xml name="macro_mwu_use_continuity">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
135 <param name="mwu_use_continuity" type="boolean" label="Enable continuity correction" help="Whether a continuity correction (1/2.) should be taken into account." truevalue="--mwu_use_continuity" falsevalue="" checked="true" />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
136 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
137 <xml name="macro_equal_var">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
138 <param name="equal_var" type="boolean" label="assume equal population" help="If set perform a standard independent 2 sample test that assumes equal population variances. If not set, perform Welch’s t-test, which does not assume equal population variance." truevalue="--equal_var" falsevalue="" checked="true" />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
139 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
140 <xml name="macro_base">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
141 <param name="base" type="float" value="1.6" label="base" help="The logarithmic base to use, defaults to e"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
142 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
143 <xml name="macro_med">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
144 <param name="med" type="text" value="fisher" label="Name of method to use to combine p-values"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
145 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
146 <xml name="macro_reta">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
147 <param name="reta" type="boolean" truevalue="--reta" falsevalue="" checked="False" label="Whether or not to return the internally computed a values." help="Whether or not to return the internally computed a values"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
148 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
149 <xml name="macro_n_in">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
150 <param name="n" type="integer" value="1" label="the number of trials" help="This is ignored if x gives both the number of successes and failures"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
151 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
152 <xml name="macro_n_moment">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
153 <param name="n" type="integer" value="1" label="moment" help="order of central moment that is returned"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
154 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
155 <xml name="macro_equal_var">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
156 <param name="equal_var" type="boolean" label="assume equal population" help="If set perform a standard independent 2 sample test that assumes equal population variances. If not set, perform Welch’s t-test, which does not assume equal population variance." truevalue="--equal_var" falsevalue="" checked="true" />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
157 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
158 <xml name="macro_imbda">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
159 <param name="imbda" type="float" value="" label="imbda" optional="True" help="do the transformation for that value"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
160 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
161 <xml name="macro_ddof">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
162 <param name="ddof" type="integer" value="0" label="ddof" optional="True" help="Degrees of freedom correction for standard deviation. "/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
163 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
164 <xml name="macro_dtype">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
165 <param name="dtype" type="text" value="" optional="True" label="Type of the returned array and of the accumulator in which the elements are summed"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
166 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
167 <xml name="macro_m">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
168 <param name="m" type="float" value="4" label="low" help="Lower bound factor of sigma clipping. Default is 4."/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
169 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
170 <xml name="macro_mf">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
171 <param name="mf" type="float" value="" label="lower_limit" optional="True" help="lower values for the range of the histogram"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
172 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
173 <xml name="macro_nf">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
174 <param name="nf" type="float" value="" label="upper_limit" optional="True" help="higher values for the range of the histogram"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
175 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
176 <xml name="macro_b">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
177 <param name="b" type="integer" value="10" label="numbins" help="The number of bins to use for the histogram"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
178 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
179 <xml name="macro_proportiontocut">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
180 <param name="proportiontocut" type="float" value="0.05" label="proportiontocut" optional="True" help="Proportion (in range 0-1) of total data set to trim of each end"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
181 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
182 <xml name="macro_alpha">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
183 <param name="alpha" type="float" value="0.9" label="alpha" optional="True" help="Probability that the returned confidence interval contains the true parameter"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
184 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
185 <xml name="macro_score">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
186 <param name="score" type="integer" value="0" label="score" optional="True" help="Score that is compared to the elements in a"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
187 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
188 <xml name="macro_axis">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
189 <param name="axis" type="integer" value="0" label="0 means one-dimensional array" help="Axis along which the kurtosis is calculated"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
190 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
191 <xml name="macro_new">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
192 <param name="new" type="float" value="0" label="newval" help="Value to put in place of values in a outside of bounds"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
193 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
194 <xml name="macro_fisher">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
195 <param name="fisher" type="boolean" truevalue="--fisher" falsevalue="" checked="true" label="Fisher’s definition is used" help="If True, Fisher’s definition is used (normal ==> 0.0). If False, Pearson’s definition is used (normal ==> 3.0)." />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
196 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
197 <xml name="macro_b">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
198 <param name="b" type="integer" value="10" label="numbins" help="The number of bins to use for the histogram"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
199 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
200 <xml name="macro_proportiontocut">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
201 <param name="proportiontocut" type="float" value="0.05" label="proportiontocut" optional="True" help="Proportion (in range 0-1) of total data set to trim of each end"/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
202 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
203 <xml name="macro_bias">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
204 <param name="bias" type="boolean" truevalue="--bias" falsevalue="" checked="true" label="bias" help="If False, then the calculations are corrected for statistical bias." />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
205 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
206 <xml name="macro_lambda_">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
207 <param name="lambda_" type="float" value="1" label="lambda_" optional="True" help="lambda_ gives the power in the Cressie-Read power divergence statistic."/>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
208 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
209 <xml name="macro_inclusive">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
210 <param name="inclusive" type="boolean" truevalue="--inclusive" falsevalue="" checked="true" label="flag" help="These flags determine whether values exactly equal to the lower or upper limits are included" />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
211 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
212 <xml name="macro_p">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
213 <param name="p" type="float" value="0.5" />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
214 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
215 <xml name="macro_inclusive1">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
216 <param name="inclusive1" type="boolean" truevalue="--inclusive1" falsevalue="" checked="true" label="lower flag" help="These flags determine whether values exactly equal to the lower or upper limits are included" />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
217 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
218 <xml name="macro_inclusive2">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
219 <param name="inclusive2" type="boolean" truevalue="--inclusive2" falsevalue="" checked="true" label="upper flag" help="These flags determine whether values exactly equal to the lower or upper limits are included" />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
220 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
221 <xml name="macro_inclusive">
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
222 <param name="inclusive" type="boolean" truevalue="--inclusive" falsevalue="" checked="true" label="flag" help="These flags determine whether values exactly equal to the lower or upper limits are included" />
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
223 </xml>
178b22349b79 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/statistics commit 7c5002672919ca1e5eacacb835a4ce66ffa19656
bgruening
parents:
diff changeset
224 </macros>