Mercurial > repos > q2d2 > qiime2__longitudinal__anova
comparison qiime2__longitudinal__anova.xml @ 0:cc93337ddb98 draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__longitudinal commit 9023cfd83495a517fbcbb6f91d5b01a6f1afcda1
author | q2d2 |
---|---|
date | Mon, 29 Aug 2022 20:11:55 +0000 |
parents | |
children | b8863095f1a9 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:cc93337ddb98 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
2 <!-- | |
3 Copyright (c) 2022, 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: 2022.8.1) | |
10 for: | |
11 qiime2 (version: 2022.8.1) | |
12 --> | |
13 <tool name="qiime2 longitudinal anova" id="qiime2__longitudinal__anova" version="2022.8.0+q2galaxy.2022.8.1.2" profile="22.05" license="BSD-3-Clause"> | |
14 <description>ANOVA test</description> | |
15 <requirements> | |
16 <container type="docker">quay.io/qiime2/core:2022.8</container> | |
17 </requirements> | |
18 <version_command>q2galaxy version longitudinal</version_command> | |
19 <command detect_errors="aggressive">q2galaxy run longitudinal anova '$inputs'</command> | |
20 <configfiles> | |
21 <inputs name="inputs" data_style="paths"/> | |
22 </configfiles> | |
23 <inputs> | |
24 <repeat name="metadata" min="1" help="[required] Sample metadata containing formula terms." title="metadata: Metadata"> | |
25 <conditional name="__q2galaxy__GUI__conditional__metadata__"> | |
26 <param name="type" type="select" label="metadata: Metadata"> | |
27 <option value="tsv" selected="true">Metadata from TSV</option> | |
28 <option value="qza">Metadata from Artifact</option> | |
29 </param> | |
30 <when value="tsv"> | |
31 <param name="source" type="data" format="tabular,qiime2.tabular" label="Metadata Source"/> | |
32 </when> | |
33 <when value="qza"> | |
34 <param name="source" type="data" format="qza" label="Metadata Source"/> | |
35 </when> | |
36 </conditional> | |
37 </repeat> | |
38 <param name="formula" type="text" label="formula: Str" help="[required] R-style formula specifying the model. All terms must be present in the sample metadata or metadata-transformable artifacts and can be continuous or categorical metadata columns. Formulae will be in the format "a ~ b + c", where "a" is the metric (dependent variable) and "b" and "c" are independent covariates. Use "+" to add a variable; "+ a:b" to add an interaction between variables a and b; "*" to include a variable and all interactions; and "-" to subtract a particular term (e.g., an interaction term). See https://patsy.readthedocs.io/en/latest/formulas.html for full documentation of valid formula operators. Always enclose formulae in quotes to avoid unpleasant surprises."> | |
39 <sanitizer> | |
40 <valid initial="string.printable"/> | |
41 </sanitizer> | |
42 <validator type="expression" message="Please verify this parameter.">value is not None and len(value) > 0</validator> | |
43 </param> | |
44 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> | |
45 <param name="sstype" type="select" label="sstype: Str % Choices('I', 'II', 'III')" display="radio"> | |
46 <option value="I">I</option> | |
47 <option value="II" selected="true">II</option> | |
48 <option value="III">III</option> | |
49 </param> | |
50 </section> | |
51 </inputs> | |
52 <outputs> | |
53 <data name="visualization" format="qzv" label="${tool.name} on ${on_string}: visualization.qzv" from_work_dir="visualization.qzv"/> | |
54 </outputs> | |
55 <tests/> | |
56 <help> | |
57 QIIME 2: longitudinal anova | |
58 =========================== | |
59 ANOVA test | |
60 | |
61 | |
62 Outputs: | |
63 -------- | |
64 :visualization.qzv: <no description> | |
65 | |
66 | | |
67 | |
68 Description: | |
69 ------------ | |
70 Perform an ANOVA test on any factors present in a metadata file and/or metadata-transformable artifacts. This is followed by pairwise t-tests to examine pairwise differences between categorical sample groups. | |
71 | |
72 | |
73 | | |
74 | |
75 </help> | |
76 <citations> | |
77 <citation type="doi">10.1128/mSystems.00219-18</citation> | |
78 <citation type="doi">10.1038/s41587-019-0209-9</citation> | |
79 </citations> | |
80 </tool> |