Mercurial > repos > bgruening > text_processing
diff recurring_lines.xml @ 10:c78b1767db2b 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:54 -0500 |
parents | d64eace4f9f3 |
children | 7725ab6dab67 |
line wrap: on
line diff
--- a/recurring_lines.xml Tue Jun 30 17:47:36 2015 -0400 +++ b/recurring_lines.xml Fri Feb 26 12:22:54 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"