Previous changeset 12:5fe1dc76176e (2022-12-09) Next changeset 14:5298e06f14f9 (2024-09-30) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit d7460b880c9b329465b1616d1e6ab33d45f3893c |
modified:
ggplot_point.xml |
b |
diff -r 5fe1dc76176e -r 3b12bf9b4b87 ggplot_point.xml --- a/ggplot_point.xml Fri Dec 09 22:40:34 2022 +0000 +++ b/ggplot_point.xml Tue Jan 24 15:41:22 2023 +0000 |
b |
@@ -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 |