comparison heatmap.bin.xml @ 10:35a719cd08da draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 7599ef16dc8b83ee49236ed5bb229260c969b0ab
author iuc
date Mon, 17 Jun 2024 12:42:53 +0000
parents ac2fa6a167ad
children
comparison
equal deleted inserted replaced
9:aeacbc9d5333 10:35a719cd08da
1 <tool profile="16.07" id="mothur_heatmap_bin" name="Heatmap.bin" version="@WRAPPER_VERSION@.0"> 1 <tool profile="16.07" id="mothur_heatmap_bin" name="Heatmap.bin" version="@WRAPPER_VERSION@.0">
2 <description>Generate a heatmap for OTUs</description> 2 <description>Generate a heatmap for OTUs</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="biotools"/>
6 <expand macro="requirements"/> 7 <expand macro="requirements"/>
7 <expand macro="stdio"/> 8 <expand macro="stdio"/>
8 <expand macro="version_command"/> 9 <expand macro="version_command"/>
9 <command><![CDATA[ 10 <command><![CDATA[
10 @SHELL_OPTIONS@ 11 @SHELL_OPTIONS@
78 <param name="fontsize" type="integer" value="24" min="0" max="100" label="fontsize - Fontsize (default is 24)"/> 79 <param name="fontsize" type="integer" value="24" min="0" max="100" label="fontsize - Fontsize (default is 24)"/>
79 <expand macro="param-savelog"/> 80 <expand macro="param-savelog"/>
80 </inputs> 81 </inputs>
81 <outputs> 82 <outputs>
82 <expand macro="logfile-output"/> 83 <expand macro="logfile-output"/>
83 <collection name="heatmaps" type="list" label="${tool.name} on ${on_string}: Heatmaps"> 84 <collection name="heatmaps" type="list" label="${tool.name} on ${on_string}: Heatmaps" format="svg">
84 <discover_datasets pattern=".*?\.(?P&lt;designation&gt;.*)\.bin\.svg"/> 85 <discover_datasets pattern=".*?\.(?P&lt;designation&gt;.*)\.bin\.svg" format="svg"/>
85 </collection> 86 </collection>
86 </outputs> 87 </outputs>
87 <tests> 88 <tests>
88 <test> 89 <test>
89 <param name="otu" value="amazon.an.list" ftype="mothur.list"/> 90 <param name="otu" value="amazon.an.list" ftype="mothur.list"/>