Mercurial > repos > q2d2 > qiime2__boots__alpha_average
view qiime2__boots__alpha_average.xml @ 1:75cdd8be2195 draft default tip
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__boots commit 36ec48f8c55799a0c963733df13da30f19b1bdf3
| author | q2d2 |
|---|---|
| date | Wed, 28 Jan 2026 16:11:28 +0000 |
| parents | 1621ff6b9f04 |
| children |
line wrap: on
line source
<?xml version='1.0' encoding='utf-8'?> <!-- Copyright (c) 2026, 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: 2026.1.0) for: qiime2 (version: 2026.1.0) --> <tool name="qiime2 boots alpha-average" id="qiime2__boots__alpha_average" version="2026.1.0+q2galaxy.2026.1.0" profile="22.05" license="BSD-3-Clause"> <description>Average alpha diversity vectors.</description> <xrefs> <xref type="bio.tools">qiime2</xref> </xrefs> <requirements> <container type="docker">quay.io/qiime2/amplicon:2026.1</container> </requirements> <version_command>q2galaxy version boots</version_command> <command detect_errors="exit_code">q2galaxy run boots alpha_average '$inputs'</command> <configfiles> <inputs name="inputs" data_style="staging_path_and_source_path"/> </configfiles> <inputs> <param name="data" type="data" format="qza" label="data: Collection[SampleData[AlphaDiversity]]" help="[required] Alpha diversity vectors to be averaged." multiple="true"> <options options_filter_attribute="metadata.semantic_type"> <filter type="add_value" value="SampleData[AlphaDiversity]"/> </options> </param> <param name="average_method" type="select" label="average_method: Str % Choices('mean', 'median')" display="radio"> <option value="__q2galaxy__::literal::None">Selection required</option> <option value="mean">mean</option> <option value="median">median</option> <validator type="expression" message="Please verify this parameter.">value != '__q2galaxy__::literal::None'</validator> </param> </inputs> <outputs> <data name="average_alpha_diversity" format="qza" label="${tool.name} on ${on_string}: average_alpha_diversity.qza" from_work_dir="average_alpha_diversity.qza"/> </outputs> <tests/> <help> QIIME 2: boots alpha-average ============================ Average alpha diversity vectors. Outputs: -------- :average_alpha_diversity.qza: The average alpha diversity vector. | Description: ------------ Compute the per-sample average across a collection of alpha diversity vectors computed from the same samples. | </help> <citations> <citation type="doi">https://doi.org/10.12688/f1000research.156295.1</citation> <citation type="doi">10.1038/s41587-019-0209-9</citation> </citations> </tool>
