Mercurial > repos > q2d2 > qiime2__rescript__get_gtdb_data
comparison qiime2__rescript__get_gtdb_data.xml @ 0:421308ae47cf draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__rescript commit 389df0134cd0763dcf02aac6e623fc15f8861c1e
author | q2d2 |
---|---|
date | Thu, 25 Apr 2024 21:25:08 +0000 |
parents | |
children | 27f4edc4dd8d |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:421308ae47cf |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | |
2 <!-- | |
3 Copyright (c) 2024, 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: 2024.2.1) | |
10 for: | |
11 qiime2 (version: 2024.2.0) | |
12 --> | |
13 <tool name="qiime2 rescript get-gtdb-data" id="qiime2__rescript__get_gtdb_data" version="2024.2.2+q2galaxy.2024.2.1" profile="22.05" license="BSD-3-Clause"> | |
14 <description>Download, parse, and import SSU GTDB reference data.</description> | |
15 <requirements> | |
16 <container type="docker">quay.io/qiime2/amplicon:2024.2</container> | |
17 </requirements> | |
18 <version_command>q2galaxy version rescript</version_command> | |
19 <command detect_errors="exit_code">q2galaxy run rescript get_gtdb_data '$inputs'</command> | |
20 <configfiles> | |
21 <inputs name="inputs" data_style="staging_path_and_source_path"/> | |
22 </configfiles> | |
23 <inputs> | |
24 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> | |
25 <param name="version" type="select" label="version: Str % Choices('202.0', '207.0', '214.0', '214.1')" display="radio"> | |
26 <option value="202.0">202.0</option> | |
27 <option value="207.0">207.0</option> | |
28 <option value="214.0">214.0</option> | |
29 <option value="214.1" selected="true">214.1</option> | |
30 </param> | |
31 <param name="domain" type="select" label="domain: Str % Choices('Both', 'Bacteria', 'Archaea')" display="radio"> | |
32 <option value="Both" selected="true">Both</option> | |
33 <option value="Bacteria">Bacteria</option> | |
34 <option value="Archaea">Archaea</option> | |
35 </param> | |
36 <param name="db_type" type="select" label="db_type: Str % Choices('All', 'SpeciesReps')" display="radio"> | |
37 <option value="All">All</option> | |
38 <option value="SpeciesReps" selected="true">SpeciesReps</option> | |
39 </param> | |
40 </section> | |
41 </inputs> | |
42 <outputs> | |
43 <data name="gtdb_taxonomy" format="qza" label="${tool.name} on ${on_string}: gtdb_taxonomy.qza" from_work_dir="gtdb_taxonomy.qza"/> | |
44 <data name="gtdb_sequences" format="qza" label="${tool.name} on ${on_string}: gtdb_sequences.qza" from_work_dir="gtdb_sequences.qza"/> | |
45 </outputs> | |
46 <tests/> | |
47 <help> | |
48 QIIME 2: rescript get-gtdb-data | |
49 =============================== | |
50 Download, parse, and import SSU GTDB reference data. | |
51 | |
52 | |
53 Outputs: | |
54 -------- | |
55 :gtdb_taxonomy.qza: SSU GTDB reference taxonomy. | |
56 :gtdb_sequences.qza: SSU GTDB reference sequences. | |
57 | |
58 | | |
59 | |
60 Description: | |
61 ------------ | |
62 Download, parse, and import SSU GTDB files, given a version number. Downloads data directly from GTDB, parses the taxonomy files, and outputs ready-to-use sequence and taxonomy artifacts. REQUIRES STABLE INTERNET CONNECTION. NOTE: THIS ACTION ACQUIRES DATA FROM GTDB. SEE https://gtdb.ecogenomic.org/about FOR MORE INFORMATION and be aware that earlier versions may be released under a different license. | |
63 | |
64 | |
65 | | |
66 | |
67 </help> | |
68 <citations> | |
69 <citation type="doi">10.1038/s41587-020-0501-8</citation> | |
70 <citation type="doi">10.1093/nar/gkab776</citation> | |
71 <citation type="doi">10.1371/journal.pcbi.1009581</citation> | |
72 <citation type="doi">10.1038/s41587-019-0209-9</citation> | |
73 </citations> | |
74 </tool> |