comparison ggplot2_heatmap.xml @ 9:1a72f938213e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 6737c924917eea8c009c30d7f9917d5a341b9948
author iuc
date Mon, 30 Sep 2024 15:40:17 +0000
parents 10515715c940
children
comparison
equal deleted inserted replaced
8:10515715c940 9:1a72f938213e
1 <tool id="ggplot2_heatmap" name="Heatmap w ggplot" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> 1 <tool id="ggplot2_heatmap" name="Heatmap w ggplot" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
2 <expand macro="bio_tools"/>
3 <macros> 2 <macros>
4 <import>macros.xml</import> 3 <import>macros.xml</import>
5 </macros> 4 </macros>
5 <expand macro="bio_tools"/>
6 <requirements> 6 <requirements>
7 <requirement type="package" version="1.1.1">r-cowplot</requirement> 7 <requirement type="package" version="1.1.1">r-cowplot</requirement>
8 <requirement type="package" version="0.4.5">r-egg</requirement> 8 <requirement type="package" version="0.4.5">r-egg</requirement>
9 <requirement type="package" version="0.1.23">r-ggdendro</requirement> 9 <requirement type="package" version="0.1.23">r-ggdendro</requirement>
10 <requirement type="package" version="1.0.10">r-dplyr</requirement> 10 <requirement type="package" version="1.0.10">r-dplyr</requirement>
156 </inputs> 156 </inputs>
157 <outputs> 157 <outputs>
158 <expand macro="additional_output" /> 158 <expand macro="additional_output" />
159 </outputs> 159 </outputs>
160 <tests> 160 <tests>
161 <test> 161 <test expect_num_outputs="2">
162 <param name="input1" value="mtcars.txt" ftype="tabular"/> 162 <param name="input1" value="mtcars.txt" ftype="tabular"/>
163 <conditional name="inputdata"> 163 <conditional name="inputdata">
164 <param name="input_type" value="with_header_rownames"/> 164 <param name="input_type" value="with_header_rownames"/>
165 <param name="header" value="TRUE"/> 165 <param name="header" value="TRUE"/>
166 <param name="row_names_index" value="1"/> 166 <param name="row_names_index" value="1"/>
168 </conditional> 168 </conditional>
169 <param name="transform" value="log10plus1"/> 169 <param name="transform" value="log10plus1"/>
170 <param name="cluster" value="true"/> 170 <param name="cluster" value="true"/>
171 <param name="colorscheme" value="blwhre"/> 171 <param name="colorscheme" value="blwhre"/>
172 <param name="additional_output_format" value="pdf"/> 172 <param name="additional_output_format" value="pdf"/>
173 <output name="output2" file="ggplot_heatmap_result1.pdf" compare="sim_size"/> 173 <output name="output2" file="ggplot_heatmap_result1.pdf" ftype="pdf" compare="sim_size"/>
174 </test> 174 </test>
175 </tests> 175 </tests>
176 <help><![CDATA[ 176 <help><![CDATA[
177 This tool will generate a clustered heatmap of your data. More customization options will be added, for now the heatmap uses a red coloring scheme and clustering is performed using the "maximum" similarity measure and the "complete" hierarchical clustering measure. 177 This tool will generate a clustered heatmap of your data. More customization options will be added, for now the heatmap uses a red coloring scheme and clustering is performed using the "maximum" similarity measure and the "complete" hierarchical clustering measure.
178 178
179 Input data should have row labels in the first column and column labels. For example, the row labels (the first column) should represent gene IDs and the column labels should represent sample IDs. 179 Input data should have row labels in the first column and column labels. For example, the row labels (the first column) should represent gene IDs and the column labels should represent sample IDs.
180 ]]></help> 180 ]]></help>
181 <citations> 181 <expand macro="citations"/>
182 </citations>
183 </tool> 182 </tool>