comparison heatmap.xml @ 2:1adde216bdce draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ampvis2 commit 09b56ef3e09ad6c5923c88616fea5cbd77d87616
author iuc
date Mon, 18 Dec 2023 09:37:32 +0000
parents e53885a980fe
children a2d4da20749a
comparison
equal deleted inserted replaced
1:1979fdd0914f 2:1adde216bdce
190 </inputs> 190 </inputs>
191 <outputs> 191 <outputs>
192 <expand macro="out_macro"> 192 <expand macro="out_macro">
193 <filter>output_options["out_format"] != "tabular"</filter> 193 <filter>output_options["out_format"] != "tabular"</filter>
194 </expand> 194 </expand>
195 <data name="plot_raw" format="tabular"> 195 <data name="plot_raw" format="tabular" label="${tool.name} on ${on_string}: Table">
196 <filter>output_options["out_format"] == "tabular"</filter> 196 <filter>output_options["out_format"] == "tabular"</filter>
197 </data> 197 </data>
198 </outputs> 198 </outputs>
199 <tests> 199 <tests>
200 <!-- defaults --> 200 <!-- defaults -->
306 306
307 Generates a heatmap of amplicon data by using sample metadata to aggregate 307 Generates a heatmap of amplicon data by using sample metadata to aggregate
308 samples and taxonomy to aggregate OTUs. 308 samples and taxonomy to aggregate OTUs.
309 309
310 The Galaxy tool calls the `amp_heatmap 310 The Galaxy tool calls the `amp_heatmap
311 <https://madsalbertsen.github.io/ampvis2/reference/amp_heatmap.html>`_ function 311 <https://kasperskytte.github.io/ampvis2/reference/amp_heatmap.html>`_ function
312 of the ampvis2 package. 312 of the ampvis2 package.
313 313
314 @HELP_RELATIVE_ABUNDANCES@ 314 @HELP_RELATIVE_ABUNDANCES@
315 315
316 Input 316 Input