Mercurial > repos > iuc > ggplot2_point
comparison ggplot_point.xml @ 13:3b12bf9b4b87 draft
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 | 5298e06f14f9 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 12:5fe1dc76176e | 13:3b12bf9b4b87 | 
|---|---|
| 1 <tool id="ggplot2_point" name="Scatterplot with ggplot2" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> | 1 <tool id="ggplot2_point" name="Scatterplot with ggplot2" version="@TOOL_VERSION@+galaxy1" profile="20.01"> | 
| 2 <expand macro="bio_tools"/> | 2 <expand macro="bio_tools"/> | 
| 3 <macros> | 3 <macros> | 
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> | 
| 5 <token name="@SIMPLE_GGLINE@">gg_line = geom_line(size=1, alpha=1, gg_factor)</token> | 5 <token name="@SIMPLE_GGLINE@">gg_line = geom_line(size=1, alpha=1, gg_factor)</token> | 
| 6 </macros> | 6 </macros> | 
| 55 @SIMPLE_GGLINE@ | 55 @SIMPLE_GGLINE@ | 
| 56 #elif $adv.type_conditional.points.pointoptions == "default" | 56 #elif $adv.type_conditional.points.pointoptions == "default" | 
| 57 gg_point = geom_point(size=1, alpha=1, gg_factor) | 57 gg_point = geom_point(size=1, alpha=1, gg_factor) | 
| 58 @SIMPLE_GGLINE@ | 58 @SIMPLE_GGLINE@ | 
| 59 #else | 59 #else | 
| 60 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') | 60 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')) | 
| 61 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') | 61 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')) | 
| 62 #end if | 62 #end if | 
| 63 | 63 | 
| 64 #if $adv.factor.colororder == 1 | 64 #if $adv.factor.colororder == 1 | 
| 65 color_scale = scale_colour_hue(direction='$adv.factor.colororder') | 65 color_scale = scale_colour_hue(direction='$adv.factor.colororder') | 
| 66 #else | 66 #else | 
