Mercurial > repos > q2d2 > qiime2__taxa__barplot
comparison qiime2__taxa__barplot.xml @ 1:5750bac5b744 draft
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__taxa commit 69da7976573cc07a363ac66bdacc9269d7cd3732
author | q2d2 |
---|---|
date | Fri, 13 Jan 2023 23:01:20 +0000 |
parents | 41b0195ccfdc |
children | 124673b2e9e7 |
comparison
equal
deleted
inserted
replaced
0:41b0195ccfdc | 1:5750bac5b744 |
---|---|
1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version='1.0' encoding='utf-8'?> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2022, QIIME 2 development team. | 3 Copyright (c) 2023, QIIME 2 development team. |
4 | 4 |
5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) | 5 Distributed under the terms of the Modified BSD License. (SPDX: BSD-3-Clause) |
6 --> | 6 --> |
7 <!-- | 7 <!-- |
8 This tool was automatically generated by: | 8 This tool was automatically generated by: |
9 q2galaxy (version: 2022.8.1) | 9 q2galaxy (version: 2022.11.1) |
10 for: | 10 for: |
11 qiime2 (version: 2022.8.1) | 11 qiime2 (version: 2022.11.1) |
12 --> | 12 --> |
13 <tool name="qiime2 taxa barplot" id="qiime2__taxa__barplot" version="2022.8.0+q2galaxy.2022.8.1.2" profile="22.05" license="BSD-3-Clause"> | 13 <tool name="qiime2 taxa barplot" id="qiime2__taxa__barplot" version="2022.11.1+q2galaxy.2022.11.1.2" profile="22.05" license="BSD-3-Clause"> |
14 <description>Visualize taxonomy with an interactive bar plot</description> | 14 <description>Visualize taxonomy with an interactive bar plot</description> |
15 <requirements> | 15 <requirements> |
16 <container type="docker">quay.io/qiime2/core:2022.8</container> | 16 <container type="docker">quay.io/qiime2/core:2022.11</container> |
17 </requirements> | 17 </requirements> |
18 <version_command>q2galaxy version taxa</version_command> | 18 <version_command>q2galaxy version taxa</version_command> |
19 <command detect_errors="aggressive">q2galaxy run taxa barplot '$inputs'</command> | 19 <command detect_errors="exit_code">q2galaxy run taxa barplot '$inputs'</command> |
20 <configfiles> | 20 <configfiles> |
21 <inputs name="inputs" data_style="paths"/> | 21 <inputs name="inputs" data_style="paths"/> |
22 </configfiles> | 22 </configfiles> |
23 <inputs> | 23 <inputs> |
24 <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency]" help="[required] Feature table to visualize at various taxonomic levels."> | 24 <param name="table" type="data" format="qza" label="table: FeatureTable[Frequency]" help="[required] Feature table to visualize at various taxonomic levels."> |
51 </section> | 51 </section> |
52 </inputs> | 52 </inputs> |
53 <outputs> | 53 <outputs> |
54 <data name="visualization" format="qzv" label="${tool.name} on ${on_string}: visualization.qzv" from_work_dir="visualization.qzv"/> | 54 <data name="visualization" format="qzv" label="${tool.name} on ${on_string}: visualization.qzv" from_work_dir="visualization.qzv"/> |
55 </outputs> | 55 </outputs> |
56 <tests/> | 56 <tests> |
57 <test> | |
58 <param name="table" value="barplot.test0.table.qza" ftype="qza"/> | |
59 <param name="taxonomy" value="barplot.test0.taxonomy.qza" ftype="qza"/> | |
60 <repeat name="metadata"> | |
61 <conditional name="__q2galaxy__GUI__conditional__metadata__"> | |
62 <param name="type" value="tsv"/> | |
63 <param name="source" value="barplot.test0.sample-metadata.tsv" ftype="qiime2.tabular"/> | |
64 </conditional> | |
65 </repeat> | |
66 <output name="visualization" ftype="qzv"> | |
67 <assert_contents> | |
68 <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"> | |
69 <has_line_matching expression="type: Visualization"/> | |
70 </has_archive_member> | |
71 </assert_contents> | |
72 </output> | |
73 </test> | |
74 </tests> | |
57 <help> | 75 <help> |
58 QIIME 2: taxa barplot | 76 QIIME 2: taxa barplot |
59 ===================== | 77 ===================== |
60 Visualize taxonomy with an interactive bar plot | 78 Visualize taxonomy with an interactive bar plot |
61 | 79 |
68 | 86 |
69 Description: | 87 Description: |
70 ------------ | 88 ------------ |
71 This visualizer produces an interactive barplot visualization of taxonomies. Interactive features include multi-level sorting, plot recoloring, sample relabeling, and SVG figure export. | 89 This visualizer produces an interactive barplot visualization of taxonomies. Interactive features include multi-level sorting, plot recoloring, sample relabeling, and SVG figure export. |
72 | 90 |
91 Examples: | |
92 --------- | |
93 | |
94 barplot | |
95 ******* | |
96 Using the ``qiime2 taxa barplot`` tool: | |
97 #. Set *"table"* to ``#: table.qza`` | |
98 #. Set *"taxonomy"* to ``#: taxonomy.qza`` | |
99 #. Expand the ``additional options`` section | |
100 | |
101 - For *"metadata"*: | |
102 | |
103 - Press the ``+ Insert metadata`` button to set up the next steps. | |
104 | |
105 #. Leave as ``Metadata from TSV`` | |
106 #. Set *"Metadata Source"* to ``sample-metadata.tsv`` | |
107 | |
108 | |
109 | |
110 #. Press the ``Execute`` button. | |
111 | |
112 Once completed, for the new entry in your history, use the ``Edit`` button to set the name as follows: | |
113 (Renaming is optional, but it will make any subsequent steps easier to complete.) | |
114 | |
115 .. list-table:: | |
116 :align: left | |
117 :header-rows: 1 | |
118 | |
119 * - History Name | |
120 - *"Name"* to set (be sure to press ``Save``) | |
121 * - ``#: qiime2 taxa barplot [...] : visualization.qzv`` | |
122 - ``taxa-bar-plots.qzv`` | |
123 | |
73 | 124 |
74 | | 125 | |
75 | 126 |
76 </help> | 127 </help> |
77 <citations> | 128 <citations> |