comparison qiime2__stats__prep_alpha_distribution.xml @ 0:c7ae38450ff9 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:56:59 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c7ae38450ff9
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 prep-alpha-distribution" id="qiime2__stats__prep_alpha_distribution" version="0+unknown-q2galaxy.2024.10.0" profile="22.05" license="BSD-3-Clause">
14 <description>Alpha diversity to Dist1D</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 prep_alpha_distribution '$inputs'</command>
23 <configfiles>
24 <inputs name="inputs" data_style="staging_path_and_source_path"/>
25 </configfiles>
26 <inputs>
27 <param name="alpha_diversity" type="data" format="qza" label="alpha_diversity: SampleData[AlphaDiversity]" help="[required] Alpha diversity which will become the &quot;measure&quot;">
28 <options options_filter_attribute="metadata.semantic_type">
29 <filter type="add_value" value="SampleData[AlphaDiversity]"/>
30 </options>
31 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['SampleData[AlphaDiversity]']</validator>
32 </param>
33 <repeat name="metadata" min="1" help="[required] Sample metadata to use" title="metadata: Metadata">
34 <conditional name="__q2galaxy__GUI__conditional__metadata__">
35 <param name="type" type="select" label="metadata: Metadata">
36 <option value="tsv" selected="true">Metadata from TSV</option>
37 <option value="qza">Metadata from Artifact</option>
38 </param>
39 <when value="tsv">
40 <param name="source" type="data" format="tabular,qiime2.tabular" label="Metadata Source"/>
41 </when>
42 <when value="qza">
43 <param name="source" type="data" format="qza" label="Metadata Source"/>
44 </when>
45 </conditional>
46 </repeat>
47 <repeat name="columns" min="1" help="[required] Columns to include as group information" title="columns: List[Str]">
48 <param name="element" type="text" label="element: Str" help="[required]">
49 <sanitizer>
50 <valid initial="string.printable"/>
51 </sanitizer>
52 <validator type="expression" message="Please verify this parameter.">value is not None and len(value) &gt; 0</validator>
53 </param>
54 </repeat>
55 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
56 <conditional name="__q2galaxy__GUI__conditional__subject__">
57 <param name="__q2galaxy__GUI__select__" type="select" label="subject: Str % Choices('')¹'³ | Str²'⁴" help="[default: ''] If provided, will cause the Dist1D to be matched for repeated measures.">
58 <option value="" selected="true"> (Str)</option>
59 <option value="__q2galaxy__::control::Str" selected="true">Provide a value (Str)</option>
60 <option value="__q2galaxy__::control::Str" selected="true">Provide a value (Str)</option>
61 </param>
62 <when value="">
63 <param name="subject" type="hidden" value=""/>
64 </when>
65 <when value="__q2galaxy__::control::Str">
66 <param name="subject" type="text" value="" label="subject: Str" help="[default: ''] If provided, will cause the Dist1D to be matched for repeated measures.">
67 <sanitizer>
68 <valid initial="string.printable"/>
69 </sanitizer>
70 </param>
71 </when>
72 <when value="__q2galaxy__::control::Str">
73 <param name="subject" type="text" value="" label="subject: Str" help="[default: ''] If provided, will cause the Dist1D to be matched for repeated measures.">
74 <sanitizer>
75 <valid initial="string.printable"/>
76 </sanitizer>
77 </param>
78 </when>
79 </conditional>
80 <conditional name="__q2galaxy__GUI__conditional__timepoint__">
81 <param name="__q2galaxy__GUI__select__" type="select" label="timepoint: Str % Choices('')¹'² | Str³'⁴" help="[default: ''] If provided, will cause the Dist1D to be stratified by timepoint. Required if using ``subject``.">
82 <option value="" selected="true"> (Str)</option>
83 <option value="__q2galaxy__::control::Str" selected="true">Provide a value (Str)</option>
84 <option value="__q2galaxy__::control::Str" selected="true">Provide a value (Str)</option>
85 </param>
86 <when value="">
87 <param name="timepoint" type="hidden" value=""/>
88 </when>
89 <when value="__q2galaxy__::control::Str">
90 <param name="timepoint" type="text" value="" label="timepoint: Str" help="[default: ''] If provided, will cause the Dist1D to be stratified by timepoint. Required if using ``subject``.">
91 <sanitizer>
92 <valid initial="string.printable"/>
93 </sanitizer>
94 </param>
95 </when>
96 <when value="__q2galaxy__::control::Str">
97 <param name="timepoint" type="text" value="" label="timepoint: Str" help="[default: ''] If provided, will cause the Dist1D to be stratified by timepoint. Required if using ``subject``.">
98 <sanitizer>
99 <valid initial="string.printable"/>
100 </sanitizer>
101 </param>
102 </when>
103 </conditional>
104 </section>
105 </inputs>
106 <outputs>
107 <data name="distribution" format="qza" label="${tool.name} on ${on_string}: distribution.qza" from_work_dir="distribution.qza"/>
108 </outputs>
109 <tests/>
110 <help>
111 QIIME 2: stats prep-alpha-distribution
112 ======================================
113 Alpha diversity to Dist1D
114
115
116 Outputs:
117 --------
118 :distribution.qza: The resulting Dist1D.
119
120 |
121
122 Description:
123 ------------
124 Alpha diversity to Dist1D
125
126
127 |
128
129 </help>
130 <citations>
131 <citation type="doi">10.1038/s41587-019-0209-9</citation>
132 </citations>
133 </tool>