Mercurial > repos > iuc > ggplot2_point
diff ggplot_point.xml @ 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 |
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