Mercurial > repos > iuc > ggplot2_heatmap2
diff heatmap2.xml @ 8:81988aed29bd draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/heatmap2 commit 2c9e4e82700be2c9d5c703b385c2528369fb3eeb
| author | iuc |
|---|---|
| date | Fri, 11 Oct 2024 13:12:27 +0000 |
| parents | 76b642b4638c |
| children | ee1c90c1c6cc |
line wrap: on
line diff
--- a/heatmap2.xml Wed Mar 08 14:11:05 2023 +0000 +++ b/heatmap2.xml Fri Oct 11 13:12:27 2024 +0000 @@ -1,6 +1,6 @@ <tool id="ggplot2_heatmap2" name="heatmap2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01"> <macros> - <token name="@TOOL_VERSION@">3.1.3</token> + <token name="@TOOL_VERSION@">3.2.0</token> <token name="@VERSION_SUFFIX@">0</token> </macros> <requirements> @@ -283,7 +283,7 @@ <param name="input1" value="mtcars.txt"/> <param name="cluster" value="no"/> <param name="image_file_format" value="png"/> - <output name="output1" file="result2.png" compare="sim_size"/> + <output name="output1" file="result2.png" compare="sim_size" delta="12000" /> </test> <test> <param name="input1" value="mtcars.txt"/> @@ -307,7 +307,7 @@ <param name="zscore" value="rows"/> <param name="type" value="three"/> <param name="image_file_format" value="png"/> - <output name="output1" file="result4.png" compare="sim_size"/> + <output name="output1" file="result4.png" compare="sim_size" delta="12000" /> </test> <test> <param name="input1" value="mtcars.txt"/> @@ -316,7 +316,7 @@ <param name="scale" value="row"/> <param name="type" value="three"/> <param name="image_file_format" value="png"/> - <output name="output1" file="result5.png" compare="sim_size"/> + <output name="output1" file="result5.png" compare="sim_size" delta="12000" /> </test> <test> <param name="input1" value="mtcars.txt"/> @@ -325,7 +325,7 @@ <param name="scale" value="column"/> <param name="type" value="three"/> <param name="image_file_format" value="png"/> - <output name="output1" file="result6.png" compare="sim_size"/> + <output name="output1" file="result6.png" compare="sim_size" delta="12000" /> </test> </tests> <help><