Mercurial > repos > iuc > ggplot2_point
comparison ggplot_point.xml @ 14:c29e0a8c7d68 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 6737c924917eea8c009c30d7f9917d5a341b9948
| author | iuc |
|---|---|
| date | Mon, 30 Sep 2024 15:39:35 +0000 |
| parents | 3e33010715f8 |
| children | d7a874d654eb |
comparison
equal
deleted
inserted
replaced
| 13:3e33010715f8 | 14:c29e0a8c7d68 |
|---|---|
| 1 <tool id="ggplot2_point" name="Scatterplot with ggplot2" version="@TOOL_VERSION@+galaxy1" profile="20.01"> | 1 <tool id="ggplot2_point" name="Scatterplot with ggplot2" version="@TOOL_VERSION@+galaxy1" profile="20.01"> |
| 2 <expand macro="bio_tools"/> | |
| 3 <macros> | 2 <macros> |
| 4 <import>macros.xml</import> | 3 <import>macros.xml</import> |
| 5 <token name="@SIMPLE_GGLINE@">gg_line = geom_line(size=1, alpha=1, gg_factor)</token> | 4 <token name="@SIMPLE_GGLINE@">gg_line = geom_line(size=1, alpha=1, gg_factor)</token> |
| 6 </macros> | 5 </macros> |
| 6 <expand macro="bio_tools"/> | |
| 7 <expand macro="requirements"> | 7 <expand macro="requirements"> |
| 8 <requirement type="package" version="2.1.0">r-svglite</requirement> | 8 <requirement type="package" version="2.1.0">r-svglite</requirement> |
| 9 </expand> | 9 </expand> |
| 10 <command detect_errors="exit_code"><