comparison macros.xml @ 7:da4c086cff5b 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:56 +0000
parents 3d059e9c2fba
children 10515715c940
comparison
equal deleted inserted replaced
6:3d059e9c2fba 7:da4c086cff5b
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.3.5</token> 15 <token name="@TOOL_VERSION@">3.3.5</token>
16 <token name="@VERSION_SUFFIX@">1</token> 16 <token name="@VERSION_SUFFIX@">2</token>
17 17
18 18
19 <token name="@R_INIT@"><![CDATA[ 19 <token name="@R_INIT@"><![CDATA[
20 ## Setup R error handling to go to stderr 20 ## Setup R error handling to go to stderr
21 options(show.error.messages=F, error=function(){cat(geterrmessage(), file=stderr()); q("no",1,F)}) 21 options(show.error.messages=F, error=function(){cat(geterrmessage(), file=stderr()); q("no",1,F)})