view qiime2__stats__mann_whitney_u.xml @ 0:6878ec3548d8 draft default tip

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__stats commit 5f71b597c9495eae67a447744fded834f56ca1f7
author q2d2
date Wed, 30 Oct 2024 19:57:35 +0000
parents
children
line wrap: on
line source

<?xml version='1.0' encoding='utf-8'?>
<!--
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: 2024.10.0)
for:
    qiime2 (version: 2024.10.1)
-->
<tool name="qiime2 stats mann-whitney-u" id="qiime2__stats__mann_whitney_u" version="0+unknown-q2galaxy.2024.10.0" profile="22.05" license="BSD-3-Clause">
    <description>Mann-Whitney U Test</description>
    <xrefs>
        <xref type="bio.tools">qiime2</xref>
    </xrefs>
    <requirements>
        <container type="docker">quay.io/qiime2/amplicon:2024.10</container>
    </requirements>
    <version_command>q2galaxy version stats</version_command>
    <command detect_errors="exit_code">q2galaxy run stats mann_whitney_u '$inputs'</command>
    <configfiles>
        <inputs name="inputs" data_style="staging_path_and_source_path"/>
    </configfiles>
    <inputs>
        <param name="distribution" type="data" format="qza" label="distribution: Dist1D[Unordered | Ordered, Independent]" help="[required]">
            <options options_filter_attribute="metadata.semantic_type">
                <filter type="add_value" value="Dist1D[Ordered, Independent]"/>
                <filter type="add_value" value="Dist1D[Unordered, Independent]"/>
            </options>
            <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Dist1D[Ordered, Independent]', 'Dist1D[Unordered, Independent]']</validator>
        </param>
        <param name="compare" type="select" label="compare: Str % Choices('reference', 'all-pairwise')" display="radio">
            <option value="__q2galaxy__::literal::None">Selection required</option>
            <option value="reference">reference</option>
            <option value="all-pairwise">all-pairwise</option>
            <validator type="expression" message="Please verify this parameter.">value != '__q2galaxy__::literal::None'</validator>
        </param>
        <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
            <param name="against_each" type="data" format="qza" optional="true" label="against_each: Dist1D[Unordered | Ordered, Matched | Independent]" help="[optional]">
                <options options_filter_attribute="metadata.semantic_type">
                    <filter type="add_value" value="Dist1D[Ordered, Independent]"/>
                    <filter type="add_value" value="Dist1D[Ordered, Matched]"/>
                    <filter type="add_value" value="Dist1D[Unordered, Matched]"/>
                    <filter type="add_value" value="Dist1D[Unordered, Independent]"/>
                </options>
                <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Dist1D[Ordered, Independent]', 'Dist1D[Ordered, Matched]', 'Dist1D[Unordered, Independent]', 'Dist1D[Unordered, Matched]']</validator>
            </param>
            <conditional name="__q2galaxy__GUI__conditional__reference_group__" label="reference_group: Str">
                <param name="__q2galaxy__GUI__select__" type="select" label="reference_group: Str" help="[optional]  If &quot;reference&quot; is the selected comparison, this is the column that will be used to compare all other groups against.">
                    <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="reference_group" type="hidden" value="__q2galaxy__::literal::None"/>
                </when>
                <when value="__q2galaxy__::control::provide">
                    <param name="reference_group" type="text">
                        <sanitizer>
                            <valid initial="string.printable"/>
                        </sanitizer>
                    </param>
                </when>
            </conditional>
            <param name="alternative" type="select" label="alternative: Str % Choices('two-sided', 'greater', 'less')" display="radio">
                <option value="two-sided" selected="true">two-sided</option>
                <option value="greater">greater</option>
                <option value="less">less</option>
            </param>
            <param name="p_val_approx" type="select" label="p_val_approx: Str % Choices('auto', 'exact', 'asymptotic')" display="radio">
                <option value="auto" selected="true">auto</option>
                <option value="exact">exact</option>
                <option value="asymptotic">asymptotic</option>
            </param>
        </section>
    </inputs>
    <outputs>
        <data name="stats" format="qza" label="${tool.name} on ${on_string}: stats.qza" from_work_dir="stats.qza"/>
    </outputs>
    <tests>
        <test>
            <param name="distribution" value="mann_whitney_u.test0.refdist.qza" ftype="qza"/>
            <param name="against_each" value="mann_whitney_u.test0.timedist.qza" ftype="qza"/>
            <param name="compare" value="all-pairwise"/>
            <param name="p_val_approx" value="asymptotic"/>
            <output name="stats" ftype="qza">
                <assert_contents>
                    <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">
                        <has_line_matching expression="type: StatsTable\[Pairwise\]"/>
                    </has_archive_member>
                </assert_contents>
            </output>
        </test>
    </tests>
    <help>
QIIME 2: stats mann-whitney-u
=============================
Mann-Whitney U Test


Outputs:
--------
:stats.qza: The Mann-Whitney U table for either the "reference" or "all-pairwise" comparison.

|  

Description:
------------


Examples:
---------

mann_whitney_pairwise
*********************
Using the ``qiime2 stats mann-whitney-u`` tool:
 #. Set *"distribution"* to ``#: refdist.qza``
 #. Set *"compare"* to ``all-pairwise``
 #. Expand the ``additional options`` section

    #. Set *"against_each"* to ``#: timedist.qza``
    #. Set *"p_val_approx"* to ``asymptotic``

 #. Press the ``Execute`` button.



|  

</help>
    <citations>
        <citation type="doi">10.1214/aoms/1177730491</citation>
        <citation type="doi">10.1038/s41587-019-0209-9</citation>
    </citations>
</tool>