changeset 13:3b12bf9b4b87 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit d7460b880c9b329465b1616d1e6ab33d45f3893c
author iuc
date Tue, 24 Jan 2023 15:41:22 +0000
parents 5fe1dc76176e
children
files ggplot_point.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ggplot_point.xml	Fri Dec 09 22:40:34 2022 +0000
+++ b/ggplot_point.xml	Tue Jan 24 15:41:22 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="ggplot2_point" name="Scatterplot with ggplot2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01">
+<tool id="ggplot2_point" name="Scatterplot with ggplot2" version="@TOOL_VERSION@+galaxy1" profile="20.01">
     <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
@@ -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, 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')
+        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