changeset 12:5fe1dc76176e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 843a94f53c808d098def353b0bc5f7f554d9e1af
author iuc
date Fri, 09 Dec 2022 22:40:34 +0000
parents d0fc8b746d57
children 3b12bf9b4b87
files ggplot_point.xml macros.xml
diffstat 2 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ggplot_point.xml	Fri Dec 02 09:35:49 2022 +0000
+++ b/ggplot_point.xml	Fri Dec 09 22:40:34 2022 +0000
@@ -5,7 +5,7 @@
         <token name="@SIMPLE_GGLINE@">gg_line = geom_line(size=1, alpha=1, gg_factor)</token>
     </macros>
     <expand macro="requirements">
-        <requirement type="package" version="2.0.0">r-svglite</requirement>
+        <requirement type="package" version="2.1.0">r-svglite</requirement>
     </expand>
     <command detect_errors="exit_code"><![CDATA[
 cat '$script' &&
@@ -57,8 +57,8 @@
         gg_point = geom_point(size=1, alpha=1, gg_factor)
         @SIMPLE_GGLINE@
     #else
-        gg_point = geom_point(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, gg_factor)
-        gg_line = geom_line(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, gg_factor)
+        gg_point = geom_point(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, gg_factor, shape=as.numeric('$adv.type_conditional.points.shape')
+        gg_line = geom_line(size=$adv.type_conditional.points.size, alpha=$adv.type_conditional.points.alpha, gg_factor, shape=as.numeric('$adv.type_conditional.points.shape')
     #end if
 
     #if $adv.factor.colororder == 1
--- a/macros.xml	Fri Dec 02 09:35:49 2022 +0000
+++ b/macros.xml	Fri Dec 09 22:40:34 2022 +0000
@@ -12,9 +12,8 @@
             <xref type="bio.tools">ggplot2</xref>
         </xrefs>
     </xml>
-    <token name="@TOOL_VERSION@">3.3.5</token>
-    <token name="@VERSION_SUFFIX@">2</token>
-
+    <token name="@TOOL_VERSION@">3.4.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
 
     <token name="@R_INIT@"><![CDATA[
         ## Setup R error handling to go to stderr