comparison qiime2__composition__ancombc.xml @ 1:fe99db171ce5 draft

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__composition commit 65e4952f33eb335528e8553150e9097e5ea8f556
author q2d2
date Thu, 08 Jun 2023 19:34:16 +0000
parents 9b2a68d3017f
children 3bdf127442ed
comparison
equal deleted inserted replaced
0:9b2a68d3017f 1:fe99db171ce5
4 4
5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) 5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
6 --> 6 -->
7 <!-- 7 <!--
8 This tool was automatically generated by: 8 This tool was automatically generated by:
9 q2galaxy (version: 2022.11.1) 9 q2galaxy (version: 2023.5.0)
10 for: 10 for:
11 qiime2 (version: 2022.11.1) 11 qiime2 (version: 2023.5.1)
12 --> 12 -->
13 <tool name="qiime2 composition ancombc" id="qiime2__composition__ancombc" version="2022.11.2+q2galaxy.2022.11.1.2" profile="22.05" license="BSD-3-Clause"> 13 <tool name="qiime2 composition ancombc" id="qiime2__composition__ancombc" version="2023.5.0+q2galaxy.2023.5.0.2" profile="22.05" license="BSD-3-Clause">
14 <description>Analysis of Composition of Microbiomes with Bias Correction</description> 14 <description>Analysis of Composition of Microbiomes with Bias Correction</description>
15 <requirements> 15 <requirements>
16 <container type="docker">quay.io/qiime2/core:2022.11</container> 16 <container type="docker">quay.io/qiime2/core:2023.5</container>
17 </requirements> 17 </requirements>
18 <version_command>q2galaxy version composition</version_command> 18 <version_command>q2galaxy version composition</version_command>
19 <command detect_errors="exit_code">q2galaxy run composition ancombc '$inputs'</command> 19 <command detect_errors="exit_code">q2galaxy run composition ancombc '$inputs'</command>
20 <configfiles> 20 <configfiles>
21 <inputs name="inputs" data_style="paths"/> 21 <inputs name="inputs" data_style="paths"/>
22 </configfiles> 22 </configfiles>
23 <inputs> 23 <inputs>
24 <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency]" help="[required] The feature table to be used for ANCOM computation."> 24 <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency]" help="[required] The feature table to be used for ANCOM-BC computation.">
25 <options options_filter_attribute="metadata.semantic_type"> 25 <options options_filter_attribute="metadata.semantic_type">
26 <filter type="add_value" value="FeatureTable[Frequency]"/> 26 <filter type="add_value" value="FeatureTable[Frequency]"/>
27 </options> 27 </options>
28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]']</validator> 28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureTable[Frequency]']</validator>
29 </param> 29 </param>
102 <conditional name="__q2galaxy__GUI__conditional__metadata__"> 102 <conditional name="__q2galaxy__GUI__conditional__metadata__">
103 <param name="type" value="tsv"/> 103 <param name="type" value="tsv"/>
104 <param name="source" value="ancombc.test1.metadata.tsv" ftype="qiime2.tabular"/> 104 <param name="source" value="ancombc.test1.metadata.tsv" ftype="qiime2.tabular"/>
105 </conditional> 105 </conditional>
106 </repeat> 106 </repeat>
107 <param name="formula" value="bodysite + month"/> 107 <param name="formula" value="bodysite + animal"/>
108 <repeat name="reference_levels"> 108 <repeat name="reference_levels">
109 <param name="element" value="bodysite::tongue"/> 109 <param name="element" value="bodysite::tongue"/>
110 </repeat>
111 <repeat name="reference_levels">
112 <param name="element" value="animal::dog"/>
110 </repeat> 113 </repeat>
111 <output name="differentials" ftype="qza"> 114 <output name="differentials" ftype="qza">
112 <assert_contents> 115 <assert_contents>
113 <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"> 116 <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">
114 <has_line_matching expression="type: FeatureData\[DifferentialAbundance\]"/> 117 <has_line_matching expression="type: FeatureData\[DifferentialAbundance\]"/>
129 132
130 | 133 |
131 134
132 Description: 135 Description:
133 ------------ 136 ------------
134 ANCOM-BC description goes here. 137 Apply Analysis of Compositions of Microbiomes with Bias Correction (ANCOM-BC) to identify features that are differentially abundant across groups.
135 138
136 Examples: 139 Examples:
137 --------- 140 ---------
138 141
139 ancombc_single_formula 142 ancombc_single_formula
173 176
174 #. Leave as ``Metadata from TSV`` 177 #. Leave as ``Metadata from TSV``
175 #. Set *"Metadata Source"* to ``metadata.tsv`` 178 #. Set *"Metadata Source"* to ``metadata.tsv``
176 179
177 180
178 #. Set *"formula"* to ``bodysite + month`` 181 #. Set *"formula"* to ``bodysite + animal``
179 #. Expand the ``additional options`` section 182 #. Expand the ``additional options`` section
180 183
181 - For *"reference_levels"*: 184 - For *"reference_levels"*, use the ``+ reference_levels`` button to add the corresponding values:
182 185
183 #. Set *"element"* to ``bodysite::tongue`` 186 #. Add *"element"* set to ``bodysite::tongue``
184 #. (Do not insert additional values.) 187 #. Add *"element"* set to ``animal::dog``
185 188
186 189
187 #. Press the ``Execute`` button. 190 #. Press the ``Execute`` button.
188 191
189 Once completed, for the new entry in your history, use the ``Edit`` button to set the name as follows: 192 Once completed, for the new entry in your history, use the ``Edit`` button to set the name as follows:
201 204
202 | 205 |
203 206
204 </help> 207 </help>
205 <citations> 208 <citations>
206 <citation type="doi">10.3402/mehd.v26.27663</citation> 209 <citation type="doi">10.1038/s41467-020-17041-7</citation>
207 <citation type="doi">10.1038/s41587-019-0209-9</citation> 210 <citation type="doi">10.1038/s41587-019-0209-9</citation>
208 </citations> 211 </citations>
209 </tool> 212 </tool>