annotate compute_wilcoxon_test.xml @ 0:bba4cafe21a8 draft

planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
author bebatut
date Tue, 12 Apr 2016 02:56:51 -0400
parents
children ff9e8750bb26
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
1 <tool id="compute_wilcoxon_test" name="Compute Wilcoxon test" version="0.1.0">
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
2 <description>with R</description>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
3
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
4 <requirements>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
5 <requirement type="package" version="3.2.1">R</requirement>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
6 <requirement type="package" version="1.20.0">getopt</requirement>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
7 </requirements>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
8
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
9 <stdio>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
10 <exit_code range="1:" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
11 <exit_code range=":-1" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
12 </stdio>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
13
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
14 <version_command></version_command>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
15
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
16 <command><![CDATA[
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
17 Rscript $__tool_directory__/compute_wilcoxon_test.R
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
18 --input_file $input_file
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
19 --output_file $output_file
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
20 --column1_id $column1_id
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
21
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
22 #if $add_data.test == 'true':
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
23 --column2_id $add_data.column2_id
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
24 --paired $add_data.paired
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
25 #end if
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
26
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
27 --alternative "$alternative"
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
28 --mu $mu
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
29
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
30 --exact $exact
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
31 --correct $correct
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
32
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
33 ]]></command>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
34
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
35 <inputs>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
36 <param name="input_file" type="data" format="tabular,tsv,csv" label="Input file" help="File in tabular format with tab-separated columns and header in first line (--input_file)"/>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
37
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
38 <param name="column1_id" type="data_column" data_ref="input_file" label="Column containing data" multiple="false" numerical="true" help="(--column1_id)"/>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
39
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
40 <conditional name="add_data">
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
41 <param name="test" label="Add a new column?" type="select" help="(--alternative)">
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
42 <option value="true" selected="True">Yes</option>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
43 <option value="false">No</option>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
44 </param>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
45 <when value="true">
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
46 <param name="column2_id" type="data_column" data_ref="input_file" label="Column containing data" multiple="false" numerical="true" help="(--column2_id)"/>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
47 <param name="paired" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Paired datasets?" checked="false" help="(--paired)"/>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
48 </when>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
49 <when value="false" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
50 </conditional>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
51
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
52 <param name="alternative" label="Alternative hypothesis" type="select" help="(--alternative)">
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
53 <option value="two.sided" selected="True">Two sided</option>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
54 <option value="greater">Greater</option>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
55 <option value="less">Less</option>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
56 </param>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
57 <param name="mu" type="integer" value="0" label="Optional parameter used to form the null hypothesis" help="(--mu)"/>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
58
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
59 <param name="exact" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Compute an exact p-value?" checked="false" help="(--exact)"/>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
60 <param name="correct" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Apply a continuity correction in the normal approximation for the p-value?" checked="true" help="(--correct)"/>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
61 </inputs>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
62
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
63 <outputs>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
64 <data name="output_file" format="text"
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
65 label="${tool.name} on ${on_string}: Wilcox test result" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
66 </outputs>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
67
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
68 <tests>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
69 <param name="input_file" value="input_file.txt" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
70 <param name="column1_id" value="2" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
71 <param name="test" value="true" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
72 <param name="column2_id" value="3" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
73 <param name="paired" value="TRUE" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
74 <param name="alternative" value="two.sided" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
75 <param name="mu" value="0" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
76 <param name="exact" value="FALSE" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
77 <param name="correct" value="TRUE"/>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
78 <output name="output_file" value="output_file.txt" />
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
79 </tests>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
80
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
81 <help><![CDATA[
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
82 **What it does**
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
83
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
84 This tool compute a Wilcoxon test with R's wilcox.test function.
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
85
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
86 ]]></help>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
87
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
88 <citations>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
89 </citations>
bba4cafe21a8 planemo upload for repository https://github.com/asaim/galaxytools/tree/master/tools/compute_wilcoxon_test commit 5c45ed58045ce1686aa069403f8a9426ea20bac5-dirty
bebatut
parents:
diff changeset
90 </tool>