Mercurial > repos > iuc > ggplot2_heatmap
comparison macros.xml @ 7:48fc850095ba 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:41 +0000 |
parents | 3f13d3158bf5 |
children | 8b8a26a5fdf2 |
comparison
equal
deleted
inserted
replaced
6:3f13d3158bf5 | 7:48fc850095ba |
---|---|
11 <xrefs> | 11 <xrefs> |
12 <xref type="bio.tools">ggplot2</xref> | 12 <xref type="bio.tools">ggplot2</xref> |
13 </xrefs> | 13 </xrefs> |
14 </xml> | 14 </xml> |
15 <token name="@TOOL_VERSION@">3.4.0</token> | 15 <token name="@TOOL_VERSION@">3.4.0</token> |
16 <token name="@VERSION_SUFFIX@">0</token> | 16 <token name="@VERSION_SUFFIX@">1</token> |
17 | 17 |
18 <token name="@R_INIT@"><![CDATA[ | 18 <token name="@R_INIT@"><![CDATA[ |
19 ## Setup R error handling to go to stderr | 19 ## Setup R error handling to go to stderr |
20 options(show.error.messages=F, error=function(){cat(geterrmessage(), file=stderr()); q("no",1,F)}) | 20 options(show.error.messages=F, error=function(){cat(geterrmessage(), file=stderr()); q("no",1,F)}) |
21 | 21 |