comparison macros.xml @ 6:3f13d3158bf5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 843a94f53c808d098def353b0bc5f7f554d9e1af
author iuc
date Fri, 09 Dec 2022 22:39:41 +0000
parents f6f9f2ec14bc
children 48fc850095ba
comparison
equal deleted inserted replaced
5:f6f9f2ec14bc 6:3f13d3158bf5
10 <xml name="bio_tools"> 10 <xml name="bio_tools">
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.4.0</token>
16 <token name="@VERSION_SUFFIX@">0</token> 16 <token name="@VERSION_SUFFIX@">0</token>
17
18 17
19 <token name="@R_INIT@"><![CDATA[ 18 <token name="@R_INIT@"><![CDATA[
20 ## Setup R error handling to go to stderr 19 ## Setup R error handling to go to stderr
21 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)})
22 21
316 <option value="magenta">Magenta</option> 315 <option value="magenta">Magenta</option>
317 <option value="cyan">Cyan</option> 316 <option value="cyan">Cyan</option>
318 <option value="grey">Grey</option> 317 <option value="grey">Grey</option>
319 <option value="gold">Gold</option> 318 <option value="gold">Gold</option>
320 </param> 319 </param>
320 <param name="shape" type="select" label="Shape of data points" >
321 <option value="0">square</option>
322 <option value="1">circle</option>
323 <option value="2">triangle point up</option>
324 <option value="3">plus</option>
325 <option value="4">cross</option>
326 <option value="5">diamond</option>
327 <option value="6">triangle point down</option>
328 <option value="7">square cross</option>
329 <option value="8">star</option>
330 <option value="9">diamond plus</option>
331 <option value="10">circle plus</option>
332 <option value="11">triangles up and down</option>
333 <option value="12">square plus</option>
334 <option value="13">circle cross</option>
335 <option value="14">square and triangle down</option>
336 <option value="15">filled square</option>
337 <option value="16">filled circle</option>
338 <option value="17">filled triangle point-up</option>
339 <option value="18">filled diamond</option>
340 <option value="19">solid circle</option>
341 <option value="20">bullet (smaller circle)</option>
342 </param>
321 </when> 343 </when>
322 </conditional> 344 </conditional>
323 </xml> 345 </xml>
324 </macros> 346 </macros>