Repository 'ggplot2_histogram'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/ggplot2_histogram

Changeset 12:6fc8bab811da (2024-09-30)
Previous changeset 11:b0d96516e6a5 (2022-12-09)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 6737c924917eea8c009c30d7f9917d5a341b9948
modified:
ggplot_histogram.xml
macros.xml
b
diff -r b0d96516e6a5 -r 6fc8bab811da ggplot_histogram.xml
--- a/ggplot_histogram.xml Fri Dec 09 22:40:48 2022 +0000
+++ b/ggplot_histogram.xml Mon Sep 30 15:40:22 2024 +0000
[
@@ -1,8 +1,8 @@
 <tool id="ggplot2_histogram" name="Histogram with ggplot2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
-    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements">
         <requirement type="package" version="1.4.4">r-reshape2</requirement>
         <requirement type="package" version="2.1.0">r-svglite</requirement>
@@ -112,10 +112,18 @@
         <expand macro="additional_output" />
     </outputs>
     <tests>
-        <test>
+        <test expect_num_outputs="1">
+            <param name="input1" value="mtcars.txt"/>
+            <output name="output1">
+                <assert_contents>
+                    <has_size size="10k" delta="1k"/>
+                </assert_contents>
+            </output>
+        </test>
+        <test expect_num_outputs="2">
             <param name="input1" value="mtcars.txt"/>
             <param name="additional_output_format" value="pdf" />
-            <output name="output2" file="ggplot_histogram_result1.pdf" compare="sim_size"/>
+            <output name="output2" file="ggplot_histogram_result1.pdf" ftype="pdf" compare="sim_size"/>
         </test>
     </tests>
     <help><![CDATA[
b
diff -r b0d96516e6a5 -r 6fc8bab811da macros.xml
--- a/macros.xml Fri Dec 09 22:40:48 2022 +0000
+++ b/macros.xml Mon Sep 30 15:40:22 2024 +0000
[
@@ -13,7 +13,7 @@
         </xrefs>
     </xml>
     <token name="@TOOL_VERSION@">3.4.0</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
 
     <token name="@R_INIT@"><![CDATA[
         ## Setup R error handling to go to stderr