diff 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
line wrap: on
line diff
--- a/macros.xml	Tue Nov 23 07:54:51 2021 +0000
+++ b/macros.xml	Fri Dec 09 22:39:41 2022 +0000
@@ -12,10 +12,9 @@
             <xref type="bio.tools">ggplot2</xref>
         </xrefs>
     </xml>
-    <token name="@TOOL_VERSION@">3.3.5</token>
+    <token name="@TOOL_VERSION@">3.4.0</token>
     <token name="@VERSION_SUFFIX@">0</token>
 
-
     <token name="@R_INIT@"><![CDATA[
         ## Setup R error handling to go to stderr
         options(show.error.messages=F, error=function(){cat(geterrmessage(), file=stderr()); q("no",1,F)})
@@ -318,6 +317,29 @@
                     <option value="grey">Grey</option>
                     <option value="gold">Gold</option>
                 </param>
+                <param name="shape" type="select" label="Shape of data points" >
+                    <option value="0">square</option>
+                    <option value="1">circle</option>
+                    <option value="2">triangle point up</option>
+                    <option value="3">plus</option>
+                    <option value="4">cross</option>
+                    <option value="5">diamond</option>
+                    <option value="6">triangle point down</option>
+                    <option value="7">square cross</option>
+                    <option value="8">star</option>
+                    <option value="9">diamond plus</option>
+                    <option value="10">circle plus</option>
+                    <option value="11">triangles up and down</option>
+                    <option value="12">square plus</option>
+                    <option value="13">circle cross</option>
+                    <option value="14">square and triangle down</option>
+                    <option value="15">filled square</option>
+                    <option value="16">filled circle</option>
+                    <option value="17">filled triangle point-up</option>
+                    <option value="18">filled diamond</option>
+                    <option value="19">solid circle</option>
+                    <option value="20">bullet (smaller circle)</option>
+                </param>
             </when>
         </conditional>
     </xml>