comparison qiime2__rescript__parse_silva_taxonomy.xml @ 0:16ca8c90aba4 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:22:17 +0000
parents
children 6839f4d452c2
comparison
equal deleted inserted replaced
-1:000000000000 0:16ca8c90aba4
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 parse-silva-taxonomy" id="qiime2__rescript__parse_silva_taxonomy" version="2024.2.2+q2galaxy.2024.2.1" profile="22.05" license="BSD-3-Clause">
14 <description>Generates a SILVA fixed-rank taxonomy.</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 parse_silva_taxonomy '$inputs'</command>
20 <configfiles>
21 <inputs name="inputs" data_style="staging_path_and_source_path"/>
22 </configfiles>
23 <inputs>
24 <param name="taxonomy_tree" type="data" format="qza" label="taxonomy_tree: Phylogeny[Rooted]" help="[required] SILVA hierarchical taxonomy tree. The SILVA release filename typically takes the form of: 'tax_slv_ssu_X.tre', where 'X' is the SILVA version number.">
25 <options options_filter_attribute="metadata.semantic_type">
26 <filter type="add_value" value="Phylogeny[Rooted]"/>
27 </options>
28 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['Phylogeny[Rooted]']</validator>
29 </param>
30 <param name="taxonomy_map" type="data" format="qza" label="taxonomy_map: FeatureData[SILVATaxidMap]" help="[required] SILVA taxonomy map. This file contains a mapping of the sequence accessions to the numeric taxonomy identifiers and species label information. The SILVA release filename is typically in the form of: 'taxmap_slv_ssu_ref_X.txt', or 'taxmap_slv_ssu_ref_nr_X.txt' where 'X' is the SILVA version number.">
31 <options options_filter_attribute="metadata.semantic_type">
32 <filter type="add_value" value="FeatureData[SILVATaxidMap]"/>
33 </options>
34 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[SILVATaxidMap]']</validator>
35 </param>
36 <param name="taxonomy_ranks" type="data" format="qza" label="taxonomy_ranks: FeatureData[SILVATaxonomy]" help="[required] SILVA taxonomy file. This file contains the taxonomic rank information for each numeric taxonomy identifier and the taxonomy. The SILVA filename typically takes the form of: 'tax_slv_ssu_X.txt', where 'X' is the SILVA version number.">
37 <options options_filter_attribute="metadata.semantic_type">
38 <filter type="add_value" value="FeatureData[SILVATaxonomy]"/>
39 </options>
40 <validator type="expression" message="Incompatible type">hasattr(value.metadata, "semantic_type") and value.metadata.semantic_type in ['FeatureData[SILVATaxonomy]']</validator>
41 </param>
42 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options">
43 <param name="rank_propagation" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" checked="true" label="rank_propagation: Bool" help="[default: Yes] If a rank has no taxonomy associated with it, the taxonomy from the upper-level rank of that lineage, will be propagated downward. For example, if we are missing the genus label for 'f__Pasteurellaceae; g__'then the 'f__' rank will be propagated to become: 'f__Pasteurellaceae; g__Pasteurellaceae'."/>
44 <repeat name="ranks" help="[optional] List of taxonomic ranks for building a taxonomy from the SILVA Taxonomy database. Use 'include_species_labels' to append the organism name as the species label. [default: 'domain', 'phylum', 'class', 'order', 'family', 'genus']" title="ranks: List[Str % Choices('domain', 'superkingdom', 'kingdom', 'subkingdom', 'superphylum', 'phylum', 'subphylum', 'infraphylum', 'superclass', 'class', 'subclass', 'infraclass', 'superorder', 'order', 'suborder', 'superfamily', 'family', 'subfamily', 'genus')]">
45 <param name="element" type="select" label="element: Str % Choices('domain', 'superkingdom', 'kingdom', 'subkingdom', 'superphylum', 'phylum', 'subphylum', 'infraphylum', 'superclass', 'class', 'subclass', 'infraclass', 'superorder', 'order', 'suborder', 'superfamily', 'family', 'subfamily', 'genus')">
46 <option value="__q2galaxy__::literal::None">Selection required</option>
47 <option value="domain">domain</option>
48 <option value="superkingdom">superkingdom</option>
49 <option value="kingdom">kingdom</option>
50 <option value="subkingdom">subkingdom</option>
51 <option value="superphylum">superphylum</option>
52 <option value="phylum">phylum</option>
53 <option value="subphylum">subphylum</option>
54 <option value="infraphylum">infraphylum</option>
55 <option value="superclass">superclass</option>
56 <option value="class">class</option>
57 <option value="subclass">subclass</option>
58 <option value="infraclass">infraclass</option>
59 <option value="superorder">superorder</option>
60 <option value="order">order</option>
61 <option value="suborder">suborder</option>
62 <option value="superfamily">superfamily</option>
63 <option value="family">family</option>
64 <option value="subfamily">subfamily</option>
65 <option value="genus">genus</option>
66 <validator type="expression" message="Please verify this parameter.">value != '__q2galaxy__::literal::None'</validator>
67 </param>
68 </repeat>
69 <param name="include_species_labels" type="boolean" truevalue="__q2galaxy__::literal::True" falsevalue="__q2galaxy__::literal::False" label="include_species_labels: Bool" help="[default: No] Include species rank labels in taxonomy output. Note: species-labels may not be reliable in all cases."/>
70 </section>
71 </inputs>
72 <outputs>
73 <data name="taxonomy" format="qza" label="${tool.name} on ${on_string}: taxonomy.qza" from_work_dir="taxonomy.qza"/>
74 </outputs>
75 <tests/>
76 <help>
77 QIIME 2: rescript parse-silva-taxonomy
78 ======================================
79 Generates a SILVA fixed-rank taxonomy.
80
81
82 Outputs:
83 --------
84 :taxonomy.qza: The resulting fixed-rank formatted SILVA taxonomy.
85
86 |
87
88 Description:
89 ------------
90 Parses several files from the SILVA reference database to produce a GreenGenes-like fixed rank taxonomy that is 6 or 7 ranks deep, depending on whether or not `include_species_labels` is applied. The generated ranks (and the rank handles used to label these ranks in the resulting taxonomy) are: domain (d__), phylum (p__), class (c__), order (o__), family (f__), genus (g__), and species (s__). NOTE: THIS ACTION ACQUIRES DATA FROM THE SILVA DATABASE. SEE https://www.arb-silva.de/silva-license-information/ FOR MORE INFORMATION and be aware that earlier versions may be released under a different license.
91
92
93 |
94
95 </help>
96 <citations>
97 <citation type="bibtex">@article{cite1,
98 author = {Pruesse, Elmar and Quast, Christian and Knittel, Katrin and Fuchs, Bernhard M and Ludwig, Wolfgang and Peplies, Jorg and Glockner, Frank Oliver},
99 journal = {Nucleic Acids Res},
100 number = {21},
101 pages = {7188-7196},
102 title = {SILVA: a comprehensive online resource for quality checked and aligned ribosomal RNA sequence data compatible with ARB},
103 volume = {35},
104 year = {2007}
105 }
106 </citation>
107 <citation type="bibtex">@article{cite2,
108 author = {Quast, Christian and Pruesse, Elmar and Yilmaz, Pelin and Gerken, Jan and Schweer, Timmy and Yarza, Pablo and Peplies, Jorg and Glockner, Frank Oliver},
109 journal = {Nucleic Acids Res},
110 number = {Database issue},
111 pages = {D590-6},
112 publisher = {Oxford University Press},
113 title = {The SILVA ribosomal RNA gene database project: improved data processing and web-based tools},
114 volume = {41},
115 year = {2013}
116 }
117 </citation>
118 <citation type="doi">10.1371/journal.pcbi.1009581</citation>
119 <citation type="doi">10.1038/s41587-019-0209-9</citation>
120 </citations>
121 </tool>