diff xy_plot.xml @ 2:7fb3b742f15f draft

planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author devteam
date Tue, 13 Oct 2015 12:36:30 -0400
parents 078a1f4c0cd7
children 2d28f96a309a
line wrap: on
line diff
--- a/xy_plot.xml	Tue Jun 03 15:28:15 2014 -0400
+++ b/xy_plot.xml	Tue Oct 13 12:36:30 2015 -0400
@@ -6,9 +6,9 @@
   <command interpreter="bash">r_wrapper.sh $script_file</command>
 
   <inputs>
-    <param name="main" type="text" value="" size="30" label="Plot Title"/>
-    <param name="xlab" type="text" value="" size="30" label="Label for x axis"/>
-    <param name="ylab" type="text" value="" size="30" label="Label for y axis"/>
+    <param name="main" type="text" value="" label="Plot Title"/>
+    <param name="xlab" type="text" value="" label="Label for x axis"/>
+    <param name="ylab" type="text" value="" label="Label for y axis"/>
     <repeat name="series" title="Series">
       <param name="input" type="data" format="tabular" label="Dataset"/>
       <param name="xcol" type="data_column" data_ref="input" label="Column for x axis"/>