comparison qiime2__stats__mann_whitney_u.xml @ 0:6878ec3548d8 draft default tip

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__stats commit 5f71b597c9495eae67a447744fded834f56ca1f7
author q2d2
date Wed, 30 Oct 2024 19:57:35 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6878ec3548d8
1 <?xml version='1.0' encoding='utf-8'?>
2 <!--
3 Copyright (c) 2024, QIIME 2 development team.
4
5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
6 -->
7 <!--
8 This tool was automatically generated by:
9 q2galaxy (version: 2024.10.0)
10 for:
11 qiime2 (version: 2024.10.1)
12 -->
13 <tool name="qiime2 stats mann-whitney-u" id="qiime2__stats__mann_whitney_u" version="0+unknown-q2galaxy.2024.10.0" profile="22.05" license="BSD-3-Clause">
14 <description>Mann-Whitney U Test</description>
15 <xrefs>
16 <xref type="bio.tools">qiime2</xref>
17 </xrefs>
18 <requirements>
19 <container type="docker">quay.io/qiime2/amplicon:2024.10</container>
20 </requirements>
21 <version_command>q2galaxy version stats</version_command>
22 <command detect_errors="exit_code">q2galaxy run stats mann_whitney_u '$inputs'</command>
23 <configfiles>
24 <inputs name="inputs" data_style="staging_path_and_source_path"/>
25 </configfiles>
26 <inputs>
27 <param name="distribution" type="data" format="qza" label="distribution: Dist1D[Unordered | Ordered, Independent]" help="[required]">
28 <options options_filter_attribute="metadata.semantic_type">
29 <filter type="add_value" value="Dist1D[Ordered, Independent]"/>
30 <filter type="add_value" value="Dist1D[Unordered, Independent]"/>
31 </options>
32 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Dist1D[Ordered, Independent]', 'Dist1D[Unordered, Independent]']</validator>
33 </param>
34 <param name="compare" type="select" label="compare: Str % Choices('reference', 'all-pairwise')" display="radio">
35 <option value="__q2galaxy__::literal::None">Selection required</option>
36 <option value="reference">reference</option>
37 <option value="all-pairwise">all-pairwise</option>
38 <validator type="expression" message="Please verify this parameter.">value != '__q2galaxy__::literal::None'</validator>
39 </param>
40 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
41 <param name="against_each" type="data" format="qza" optional="true" label="against_each: Dist1D[Unordered | Ordered, Matched | Independent]" help="[optional]">
42 <options options_filter_attribute="metadata.semantic_type">
43 <filter type="add_value" value="Dist1D[Ordered, Independent]"/>
44 <filter type="add_value" value="Dist1D[Ordered, Matched]"/>
45 <filter type="add_value" value="Dist1D[Unordered, Matched]"/>
46 <filter type="add_value" value="Dist1D[Unordered, Independent]"/>
47 </options>
48 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Dist1D[Ordered, Independent]', 'Dist1D[Ordered, Matched]', 'Dist1D[Unordered, Independent]', 'Dist1D[Unordered, Matched]']</validator>
49 </param>
50 <conditional name="__q2galaxy__GUI__conditional__reference_group__" label="reference_group: Str">
51 <param name="__q2galaxy__GUI__select__" type="select" label="reference_group: Str" help="[optional] If &quot;reference&quot; is the selected comparison, this is the column that will be used to compare all other groups against.">
52 <option value="__q2galaxy__::control::default" selected="true">None (Use default behavior)</option>
53 <option value="__q2galaxy__::control::provide">Provide a value</option>
54 </param>
55 <when value="__q2galaxy__::control::default">
56 <param name="reference_group" type="hidden" value="__q2galaxy__::literal::None"/>
57 </when>
58 <when value="__q2galaxy__::control::provide">
59 <param name="reference_group" type="text">
60 <sanitizer>
61 <valid initial="string.printable"/>
62 </sanitizer>
63 </param>
64 </when>
65 </conditional>
66 <param name="alternative" type="select" label="alternative: Str % Choices('two-sided', 'greater', 'less')" display="radio">
67 <option value="two-sided" selected="true">two-sided</option>
68 <option value="greater">greater</option>
69 <option value="less">less</option>
70 </param>
71 <param name="p_val_approx" type="select" label="p_val_approx: Str % Choices('auto', 'exact', 'asymptotic')" display="radio">
72 <option value="auto" selected="true">auto</option>
73 <option value="exact">exact</option>
74 <option value="asymptotic">asymptotic</option>
75 </param>
76 </section>
77 </inputs>
78 <outputs>
79 <data name="stats" format="qza" label="${tool.name} on ${on_string}: stats.qza" from_work_dir="stats.qza"/>
80 </outputs>
81 <tests>
82 <test>
83 <param name="distribution" value="mann_whitney_u.test0.refdist.qza" ftype="qza"/>
84 <param name="against_each" value="mann_whitney_u.test0.timedist.qza" ftype="qza"/>
85 <param name="compare" value="all-pairwise"/>
86 <param name="p_val_approx" value="asymptotic"/>
87 <output name="stats" ftype="qza">
88 <assert_contents>
89 <has_archive_member path="[0-9a-f]{8}-[0-9a-f]{4}-[4][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}\/metadata.yaml">
90 <has_line_matching expression="type: StatsTable\[Pairwise\]"/>
91 </has_archive_member>
92 </assert_contents>
93 </output>
94 </test>
95 </tests>
96 <help>
97 QIIME 2: stats mann-whitney-u
98 =============================
99 Mann-Whitney U Test
100
101
102 Outputs:
103 --------
104 :stats.qza: The Mann-Whitney U table for either the "reference" or "all-pairwise" comparison.
105
106 |
107
108 Description:
109 ------------
110
111
112 Examples:
113 ---------
114
115 mann_whitney_pairwise
116 *********************
117 Using the ``qiime2 stats mann-whitney-u`` tool:
118 #. Set *"distribution"* to ``#: refdist.qza``
119 #. Set *"compare"* to ``all-pairwise``
120 #. Expand the ``additional options`` section
121
122 #. Set *"against_each"* to ``#: timedist.qza``
123 #. Set *"p_val_approx"* to ``asymptotic``
124
125 #. Press the ``Execute`` button.
126
127
128
129 |
130
131 </help>
132 <citations>
133 <citation type="doi">10.1214/aoms/1177730491</citation>
134 <citation type="doi">10.1038/s41587-019-0209-9</citation>
135 </citations>
136 </tool>