Mercurial > repos > iuc > ggplot2_point
comparison ggplot_point.xml @ 11:d0fc8b746d57 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 075aa3ab0ebc5eef83aac753a2cac7dffe2c6b0c
| author | iuc |
|---|---|
| date | Fri, 02 Dec 2022 09:35:49 +0000 |
| parents | 299307abd804 |
| children | 5fe1dc76176e |
comparison
equal
deleted
inserted
replaced
| 10:299307abd804 | 11:d0fc8b746d57 |
|---|---|
| 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@+galaxy@VERSION_SUFFIX@" 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 </macros> | 6 </macros> |
| 6 <expand macro="requirements"> | 7 <expand macro="requirements"> |
| 7 <requirement type="package" version="2.0.0">r-svglite</requirement> | 8 <requirement type="package" version="2.0.0">r-svglite</requirement> |
| 8 </expand> | 9 </expand> |
| 9 <command detect_errors="exit_code"><