Previous changeset 11:d0fc8b746d57 (2022-12-02) Next changeset 13:3b12bf9b4b87 (2023-01-24) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 843a94f53c808d098def353b0bc5f7f554d9e1af |
modified:
ggplot_point.xml macros.xml |
b |
diff -r d0fc8b746d57 -r 5fe1dc76176e ggplot_point.xml --- 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 |
b |
diff -r d0fc8b746d57 -r 5fe1dc76176e macros.xml --- 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 |