comparison qiime2__rescript__get_pr2_data.xml @ 0:b37a81a7d407 draft

planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit b1fccfb38b4873cd4699743033449014a2978e7d
author q2d2
date Mon, 05 May 2025 19:02:13 +0000
parents
children 528198f12435
comparison
equal deleted inserted replaced
-1:000000000000 0:b37a81a7d407
1 <?xml version='1.0' encoding='utf-8'?>
2 <!--
3 Copyright (c) 2025, QIIME 2 development team.
4
5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause)
6 -->
7 <!--
8 This tool was automatically generated by:
9 q2galaxy (version: 2025.4.0)
10 for:
11 qiime2 (version: 2025.4.0)
12 -->
13 <tool name="qiime2 rescript get-pr2-data" id="qiime2__rescript__get_pr2_data" version="2025.4.0+q2galaxy.2025.4.0" profile="22.05" license="BSD-3-Clause">
14 <description>Download, parse, and import SSU PR2 reference data.</description>
15 <xrefs>
16 <xref type="bio.tools">qiime2</xref>
17 </xrefs>
18 <requirements>
19 <container type="docker">quay.io/qiime2/amplicon:2025.4</container>
20 </requirements>
21 <version_command>q2galaxy version rescript</version_command>
22 <command detect_errors="exit_code">q2galaxy run rescript get_pr2_data '$inputs'</command>
23 <configfiles>
24 <inputs name="inputs" data_style="staging_path_and_source_path"/>
25 </configfiles>
26 <inputs>
27 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
28 <param name="version" type="select" label="version: Str % Choices('5.0.0', '4.14.0')" display="radio">
29 <option value="5.0.0" selected="true">5.0.0</option>
30 <option value="4.14.0">4.14.0</option>
31 </param>
32 <repeat name="ranks" help="[optional] List of taxonomic ranks for building a taxonomy from the PR2 Taxonomy database. Ranks can be provided as multiple separate flags, e.g.: `--p-ranks genus --p-ranks species`, or with a single flag delimited by a space: `--p-ranks genus species`. [default: 'domain', 'supergroup', 'division', 'subdivision', 'class', 'order', 'family', 'genus', 'species']" title="ranks: List[Str % Choices('domain', 'supergroup', 'division', 'subdivision', 'class', 'order', 'family', 'genus', 'species')]">
33 <param name="element" type="select" label="element: Str % Choices('domain', 'supergroup', 'division', 'subdivision', 'class', 'order', 'family', 'genus', 'species')">
34 <option value="__q2galaxy__::literal::None">Selection required</option>
35 <option value="domain">domain</option>
36 <option value="supergroup">supergroup</option>
37 <option value="division">division</option>
38 <option value="subdivision">subdivision</option>
39 <option value="class">class</option>
40 <option value="order">order</option>
41 <option value="family">family</option>
42 <option value="genus">genus</option>
43 <option value="species">species</option>
44 <validator type="expression" message="Please verify this parameter.">value != '__q2galaxy__::literal::None'</validator>
45 </param>
46 </repeat>
47 </section>
48 </inputs>
49 <outputs>
50 <data name="pr2_sequences" format="qza" label="${tool.name} on ${on_string}: pr2_sequences.qza" from_work_dir="pr2_sequences.qza"/>
51 <data name="pr2_taxonomy" format="qza" label="${tool.name} on ${on_string}: pr2_taxonomy.qza" from_work_dir="pr2_taxonomy.qza"/>
52 </outputs>
53 <tests/>
54 <help>
55 QIIME 2: rescript get-pr2-data
56 ==============================
57 Download, parse, and import SSU PR2 reference data.
58
59
60 Outputs:
61 --------
62 :pr2_sequences.qza: SSU PR2 reference sequences.
63 :pr2_taxonomy.qza: SSU PR2 reference taxonomy.
64
65 |
66
67 Description:
68 ------------
69 Download, parse, and import SSU PR2 files, given a version number. Downloads data directly from PR2, and outputs ready-to-use sequence and taxonomy artifacts. REQUIRES STABLE INTERNET CONNECTION. NOTE: THIS ACTION ACQUIRES DATA FROM PR2, which is licensed under MIT. To learn more, please visit https://pr2-database.org/ and https://github.com/pr2database/.
70
71
72 |
73
74 </help>
75 <citations>
76 <citation type="doi">10.1093/nar/gks1160</citation>
77 <citation type="doi">10.1371/journal.pcbi.1009581</citation>
78 <citation type="doi">10.1038/s41587-019-0209-9</citation>
79 </citations>
80 </tool>