view qiime2__rescript__get_unite_data.xml @ 2:9122ff0509af draft default tip

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 5f71b597c9495eae67a447744fded834f56ca1f7
author q2d2
date Wed, 30 Oct 2024 19:55:41 +0000
parents dcdbe073e794
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 rescript get-unite-data" id="qiime2__rescript__get_unite_data" version="2024.10.0+q2galaxy.2024.10.0" profile="22.05" license="BSD-3-Clause">
    <description>Download and import UNITE reference data.</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 rescript</version_command>
    <command detect_errors="exit_code">q2galaxy run rescript get_unite_data '$inputs'</command>
    <configfiles>
        <inputs name="inputs" data_style="staging_path_and_source_path"/>
    </configfiles>
    <inputs>
        <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
            <param name="version" type="select" label="version: Str % Choices('10.0', '9.0', '8.3', '8.2')" display="radio">
                <option value="10.0" selected="true">10.0</option>
                <option value="9.0">9.0</option>
                <option value="8.3">8.3</option>
                <option value="8.2">8.2</option>
            </param>
            <param name="taxon_group" type="select" label="taxon_group: Str % Choices('fungi', 'eukaryotes')" display="radio">
                <option value="fungi">fungi</option>
                <option value="eukaryotes" selected="true">eukaryotes</option>
            </param>
            <param name="cluster_id" type="select" label="cluster_id: Str % Choices('99', '97', 'dynamic')" display="radio">
                <option value="99" selected="true">99</option>
                <option value="97">97</option>
                <option value="dynamic">dynamic</option>
            </param>
            <param name="singletons" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="singletons: Bool" help="[default: No]  Include singleton clusters in the database."/>
        </section>
    </inputs>
    <outputs>
        <data name="taxonomy" format="qza" label="${tool.name} on ${on_string}: taxonomy.qza" from_work_dir="taxonomy.qza"/>
        <data name="sequences" format="qza" label="${tool.name} on ${on_string}: sequences.qza" from_work_dir="sequences.qza"/>
    </outputs>
    <tests/>
    <help>
QIIME 2: rescript get-unite-data
================================
Download and import UNITE reference data.


Outputs:
--------
:taxonomy.qza: UNITE reference taxonomy.
:sequences.qza: UNITE reference sequences.

|  

Description:
------------
Download and import ITS sequences and taxonomy from the UNITE database, given a version number and taxon_group, with the option to select a cluster_id and include singletons. Downloads data directly from UNITE's PlutoF REST API. NOTE: THIS ACTION ACQUIRES DATA FROM UNITE, which is licensed under CC BY-SA 4.0. To learn more, please visit https://unite.ut.ee/cite.php and https://creativecommons.org/licenses/by-sa/4.0/.


|  

</help>
    <citations>
        <citation type="doi">10.1093/nar/gky1022</citation>
        <citation type="doi">10.1371/journal.pcbi.1009581</citation>
        <citation type="doi">10.1038/s41587-019-0209-9</citation>
    </citations>
</tool>