Mercurial > repos > q2d2 > qiime2__composition__tabulate
view qiime2__composition__tabulate.xml @ 1:54caf7f5c410 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:12 +0000 |
parents | 359aa4321add |
children | 49889ce4eafe |
line wrap: on
line source
<?xml version='1.0' encoding='utf-8'?> <!-- Copyright (c) 2023, 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) for: qiime2 (version: 2023.5.1) --> <tool name="qiime2 composition tabulate" id="qiime2__composition__tabulate" version="2023.5.0+q2galaxy.2023.5.0.2" profile="22.05" license="BSD-3-Clause"> <description> View tabular output from ANCOM-BC.</description> <requirements> <container type="docker">quay.io/qiime2/core:2023.5</container> </requirements> <version_command>q2galaxy version composition</version_command> <command detect_errors="exit_code">q2galaxy run composition tabulate '$inputs'</command> <configfiles> <inputs name="inputs" data_style="paths"/> </configfiles> <inputs> <param name="data" type="data" format="qza" label="data: FeatureData[DifferentialAbundance]" help="[required] The ANCOM-BC output to be tabulated."> <options options_filter_attribute="metadata.semantic_type"> <filter type="add_value" value="FeatureData[DifferentialAbundance]"/> </options> <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[DifferentialAbundance]']</validator> </param> </inputs> <outputs> <data name="visualization" format="qzv" label="${tool.name} on ${on_string}: visualization.qzv" from_work_dir="visualization.qzv"/> </outputs> <tests/> <help> QIIME 2: composition tabulate ============================= View tabular output from ANCOM-BC. Outputs: -------- :visualization.qzv: <no description> | Description: ------------ Generate tabular view of ANCOM-BC output, which includes per-page views for the log-fold change (lfc), standard error (se), P values, Q values, and W scores. | </help> <citations> <citation type="doi">10.1038/s41587-019-0209-9</citation> </citations> </tool>