# HG changeset patch # User iuc # Date 1727710834 0 # Node ID ae344ccf9d625a0a179438aeb761b18f3a35ac8c # Parent b1268b7544d39b2c25afa9a12ca0bd28fac5536b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 6737c924917eea8c009c30d7f9917d5a341b9948 diff -r b1268b7544d3 -r ae344ccf9d62 ggplot2_pca.xml --- a/ggplot2_pca.xml Fri Dec 09 22:40:41 2022 +0000 +++ b/ggplot2_pca.xml Mon Sep 30 15:40:34 2024 +0000 @@ -1,8 +1,8 @@ <tool id="ggplot2_pca" name="PCA plot w ggplot2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> - <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <requirements> <requirement type="package" version="0.4.14">r-ggfortify</requirement> <requirement type="package" version="2.1.0">r-svglite</requirement> @@ -309,7 +309,7 @@ <expand macro="additional_output" /> </outputs> <tests> - <test> + <test expect_num_outputs="2"> <param name="input1" value="mtcars.txt" ftype="tabular"/> <conditional name="inputdata"> <param name="input_type" value="with_header_rownames"/> @@ -338,7 +338,7 @@ <param name="circle" value="convex"/> </conditional> <param name="additional_output_format" value="pdf"/> - <output name="output2" file="ggplot_pca_result1.pdf" compare="sim_size"/> + <output name="output2" file="ggplot_pca_result1.pdf" ftype="pdf" compare="sim_size"/> </test> </tests> <help><![CDATA[ diff -r b1268b7544d3 -r ae344ccf9d62 macros.xml --- a/macros.xml Fri Dec 09 22:40:41 2022 +0000 +++ b/macros.xml Mon Sep 30 15:40:34 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