changeset 9:fb50ab943396 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 847c77a54204433d210cd8a1234474d014628424
author iuc
date Thu, 24 Nov 2022 20:23:34 +0000
parents 355a82227003
children 11869c5becd8
files macros.xml test-data/ggplot_histogram_result1.pdf test-data/ggplot_pca_result1.pdf test-data/ggplot_point_result1.pdf test-data/ggplot_point_result2.pdf test-data/ggplot_point_result3.pdf test-data/ggplot_violin_result1.pdf
diffstat 7 files changed, 24 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Tue Nov 23 07:57:41 2021 +0000
+++ b/macros.xml	Thu Nov 24 20:23:34 2022 +0000
@@ -13,7 +13,7 @@
         </xrefs>
     </xml>
     <token name="@TOOL_VERSION@">3.3.5</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
 
 
     <token name="@R_INIT@"><![CDATA[
@@ -318,6 +318,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>
Binary file test-data/ggplot_histogram_result1.pdf has changed
Binary file test-data/ggplot_pca_result1.pdf has changed
Binary file test-data/ggplot_point_result1.pdf has changed
Binary file test-data/ggplot_point_result2.pdf has changed
Binary file test-data/ggplot_point_result3.pdf has changed
Binary file test-data/ggplot_violin_result1.pdf has changed