Mercurial > repos > q2d2 > qiime2__longitudinal__anova
changeset 3:5141cd08458f draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__longitudinal commit 389df0134cd0763dcf02aac6e623fc15f8861c1e
author | q2d2 |
---|---|
date | Thu, 25 Apr 2024 21:15:13 +0000 |
parents | c32b6054c7d4 |
children | b281d1caa69c |
files | qiime2__longitudinal__anova.xml |
diffstat | 1 files changed, 24 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/qiime2__longitudinal__anova.xml Thu Jun 08 19:48:51 2023 +0000 +++ b/qiime2__longitudinal__anova.xml Thu Apr 25 21:15:13 2024 +0000 @@ -1,24 +1,24 @@ <?xml version='1.0' encoding='utf-8'?> <!-- -Copyright (c) 2023, QIIME 2 development team. +Copyright (c) 2024, QIIME 2 development team. Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) --> <!-- This tool was automatically generated by: - q2galaxy (version: 2023.5.0) + q2galaxy (version: 2024.2.1) for: - qiime2 (version: 2023.5.1) + qiime2 (version: 2024.2.0) --> -<tool name="qiime2 longitudinal anova" id="qiime2__longitudinal__anova" version="2023.5.0+q2galaxy.2023.5.0.2" profile="22.05" license="BSD-3-Clause"> +<tool name="qiime2 longitudinal anova" id="qiime2__longitudinal__anova" version="2024.2.0+q2galaxy.2024.2.1" profile="22.05" license="BSD-3-Clause"> <description>ANOVA test</description> <requirements> - <container type="docker">quay.io/qiime2/core:2023.5</container> + <container type="docker">quay.io/qiime2/amplicon:2024.2</container> </requirements> <version_command>q2galaxy version longitudinal</version_command> <command detect_errors="exit_code">q2galaxy run longitudinal anova '$inputs'</command> <configfiles> - <inputs name="inputs" data_style="paths"/> + <inputs name="inputs" data_style="staging_path_and_source_path"/> </configfiles> <inputs> <repeat name="metadata" min="1" help="[required] Sample metadata containing formula terms." title="metadata: Metadata"> @@ -47,6 +47,24 @@ <option value="II" selected="true">II</option> <option value="III">III</option> </param> + <param name="repeated_measures" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="repeated_measures: Bool" help="[default: No] Perform ANOVA as a repeated measures ANOVA. Implemented via statsmodels, which has the following limitations: Currently, only fully balanced within-subject designs are supported. Calculation of between-subject effects and corrections for violation of sphericity are not yet implemented."/> + <conditional name="__q2galaxy__GUI__conditional__individual_id_column__" label="individual_id_column: Str"> + <param name="__q2galaxy__GUI__select__" type="select" label="individual_id_column: Str" help="[optional] The column containing individual ID with repeated measures to account for.This should not be included in the formula."> + <option value="__q2galaxy__::control::default" selected="true">None (Use default behavior)</option> + <option value="__q2galaxy__::control::provide">Provide a value</option> + </param> + <when value="__q2galaxy__::control::default"> + <param name="individual_id_column" type="hidden" value="__q2galaxy__::literal::None"/> + </when> + <when value="__q2galaxy__::control::provide"> + <param name="individual_id_column" type="text"> + <sanitizer> + <valid initial="string.printable"/> + </sanitizer> + </param> + </when> + </conditional> + <param name="rm_aggregate" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="rm_aggregate: Bool" help="[default: No] If the data set contains more than a single observation per individual id and cell of the specified model, this function will be used to aggregate the data by the mean before running the ANOVA. Only applicable for repeated measures ANOVA. "/> </section> </inputs> <outputs>