diff recurring_lines.xml @ 3:37e1eb05b1b4 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 10052765d6b712cf7d38356af4251fcc38a339b6-dirty
author bgruening
date Fri, 26 Feb 2016 12:22:19 -0500
parents 5314e5d6f040
children 60edf2f8c28f
line wrap: on
line diff
--- a/recurring_lines.xml	Tue Jun 30 17:47:23 2015 -0400
+++ b/recurring_lines.xml	Fri Feb 26 12:22:19 2016 -0500
@@ -19,7 +19,7 @@
     </command>
     <inputs>
         <repeat name="token_set" title=" selection" min="1">
-            <param name="line" type="text" size="30"
+            <param name="line" type="text"
                 label="Characters to insert" help="Specify the characters that will be inserted X times in every line"/>
             <conditional name="repeat_select">
                 <param name="repeat_select_opts" type="select" label="Specify the number of iterations by">
@@ -27,7 +27,7 @@
                     <option value="user" selected="True">User defined number</option>
                 </param>
                 <when value="user">
-                    <param name="times" size="10" type="integer" value="10" min="1" label="How many times?"/>
+                    <param name="times" type="integer" value="10" min="1" label="How many times?"/>
                 </when>
                 <when value="file">
                     <param name="infile" type="data" format="txt" label="Template file"