Mercurial > repos > q2d2 > qiime2__vizard__heatmap
comparison qiime2__vizard__heatmap.xml @ 0:45c348a09fa0 draft default tip
planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2__vizard commit 5f71b597c9495eae67a447744fded834f56ca1f7
author | q2d2 |
---|---|
date | Wed, 30 Oct 2024 19:59:23 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:45c348a09fa0 |
---|---|
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.10.0) | |
10 for: | |
11 qiime2 (version: 2024.10.1) | |
12 --> | |
13 <tool name="qiime2 vizard heatmap" id="qiime2__vizard__heatmap" version="0.0.1.dev0+q2galaxy.2024.10.0" profile="22.05" license="BSD-3-Clause"> | |
14 <description>Heatmap</description> | |
15 <xrefs> | |
16 <xref type="bio.tools">qiime2</xref> | |
17 </xrefs> | |
18 <requirements> | |
19 <container type="docker">quay.io/qiime2/amplicon:2024.10</container> | |
20 </requirements> | |
21 <version_command>q2galaxy version vizard</version_command> | |
22 <command detect_errors="exit_code">q2galaxy run vizard heatmap '$inputs'</command> | |
23 <configfiles> | |
24 <inputs name="inputs" data_style="staging_path_and_source_path"/> | |
25 </configfiles> | |
26 <inputs> | |
27 <repeat name="metadata" min="1" help="[required] Any metadata-like input that contains at least three measures for visualizing, one of which must be numeric." title="metadata: Metadata"> | |
28 <conditional name="__q2galaxy__GUI__conditional__metadata__"> | |
29 <param name="type" type="select" label="metadata: Metadata"> | |
30 <option value="tsv" selected="true">Metadata from TSV</option> | |
31 <option value="qza">Metadata from Artifact</option> | |
32 </param> | |
33 <when value="tsv"> | |
34 <param name="source" type="data" format="tabular,qiime2.tabular" label="Metadata Source"/> | |
35 </when> | |
36 <when value="qza"> | |
37 <param name="source" type="data" format="qza" label="Metadata Source"/> | |
38 </when> | |
39 </conditional> | |
40 </repeat> | |
41 <param name="x_measure" type="text" label="x_measure: Str" help="[required] Numeric or categorical measure from the input Metadata that should be plotted on the x-axis."> | |
42 <sanitizer> | |
43 <valid initial="string.printable"/> | |
44 </sanitizer> | |
45 <validator type="expression" message="Please verify this parameter.">value is not None and len(value) > 0</validator> | |
46 </param> | |
47 <param name="y_measure" type="text" label="y_measure: Str" help="[required] Numeric or categorical measure from the input Metadata that should be plotted on the y-axis."> | |
48 <sanitizer> | |
49 <valid initial="string.printable"/> | |
50 </sanitizer> | |
51 <validator type="expression" message="Please verify this parameter.">value is not None and len(value) > 0</validator> | |
52 </param> | |
53 <param name="gradient_measure" type="text" label="gradient_measure: Str" help="[required] Numeric measure from the input Metadata that should be used to represent the color gradient in the heatmap."> | |
54 <sanitizer> | |
55 <valid initial="string.printable"/> | |
56 </sanitizer> | |
57 <validator type="expression" message="Please verify this parameter.">value is not None and len(value) > 0</validator> | |
58 </param> | |
59 <section name="__q2galaxy__GUI__section__extra_opts__" title="Click here for additional options"> | |
60 <conditional name="__q2galaxy__GUI__conditional__title__" label="title: Str"> | |
61 <param name="__q2galaxy__GUI__select__" type="select" label="title: Str" help="[optional] The title of the heatmap."> | |
62 <option value="__q2galaxy__::control::default" selected="true">None (Use default behavior)</option> | |
63 <option value="__q2galaxy__::control::provide">Provide a value</option> | |
64 </param> | |
65 <when value="__q2galaxy__::control::default"> | |
66 <param name="title" type="hidden" value="__q2galaxy__::literal::None"/> | |
67 </when> | |
68 <when value="__q2galaxy__::control::provide"> | |
69 <param name="title" type="text"> | |
70 <sanitizer> | |
71 <valid initial="string.printable"/> | |
72 </sanitizer> | |
73 </param> | |
74 </when> | |
75 </conditional> | |
76 </section> | |
77 </inputs> | |
78 <outputs> | |
79 <data name="visualization" format="qzv" label="${tool.name} on ${on_string}: visualization.qzv" from_work_dir="visualization.qzv"/> | |
80 </outputs> | |
81 <tests> | |
82 <test> | |
83 <repeat name="metadata"> | |
84 <conditional name="__q2galaxy__GUI__conditional__metadata__"> | |
85 <param name="type" value="tsv"/> | |
86 <param name="source" value="heatmap.test0.metadata.tsv" ftype="qiime2.tabular"/> | |
87 </conditional> | |
88 </repeat> | |
89 <param name="x_measure" value="x"/> | |
90 <param name="y_measure" value="y"/> | |
91 <param name="gradient_measure" value="a"/> | |
92 <output name="visualization" ftype="qzv"/> | |
93 </test> | |
94 </tests> | |
95 <help> | |
96 QIIME 2: vizard heatmap | |
97 ======================= | |
98 Heatmap | |
99 | |
100 | |
101 Outputs: | |
102 -------- | |
103 :visualization.qzv: <no description> | |
104 | |
105 | | |
106 | |
107 Description: | |
108 ------------ | |
109 Basic heatmap for visualizing three Metadata measures. | |
110 | |
111 Examples: | |
112 --------- | |
113 | |
114 heatmap | |
115 ******* | |
116 Using the ``qiime2 vizard heatmap`` tool: | |
117 #. For *"metadata"*: | |
118 | |
119 - Perform the following steps. | |
120 | |
121 #. Leave as ``Metadata from TSV`` | |
122 #. Set *"Metadata Source"* to ``metadata.tsv`` | |
123 | |
124 | |
125 #. Set *"x_measure"* to ``x`` | |
126 #. Set *"y_measure"* to ``y`` | |
127 #. Set *"gradient_measure"* to ``a`` | |
128 #. Press the ``Execute`` button. | |
129 | |
130 Once completed, for the new entry in your history, use the ``Edit`` button to set the name as follows: | |
131 (Renaming is optional, but it will make any subsequent steps easier to complete.) | |
132 | |
133 .. list-table:: | |
134 :align: left | |
135 :header-rows: 1 | |
136 | |
137 * - History Name | |
138 - *"Name"* to set (be sure to press ``Save``) | |
139 * - ``#: qiime2 vizard heatmap [...] : visualization.qzv`` | |
140 - ``heatmap.qzv`` | |
141 | |
142 | |
143 | | |
144 | |
145 </help> | |
146 <citations> | |
147 <citation type="doi">10.1038/s41587-019-0209-9</citation> | |
148 </citations> | |
149 </tool> |