comparison 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
comparison
equal deleted inserted replaced
2:616efa22d193 3:37e1eb05b1b4
17 #end for 17 #end for
18 ]]> 18 ]]>
19 </command> 19 </command>
20 <inputs> 20 <inputs>
21 <repeat name="token_set" title=" selection" min="1"> 21 <repeat name="token_set" title=" selection" min="1">
22 <param name="line" type="text" size="30" 22 <param name="line" type="text"
23 label="Characters to insert" help="Specify the characters that will be inserted X times in every line"/> 23 label="Characters to insert" help="Specify the characters that will be inserted X times in every line"/>
24 <conditional name="repeat_select"> 24 <conditional name="repeat_select">
25 <param name="repeat_select_opts" type="select" label="Specify the number of iterations by"> 25 <param name="repeat_select_opts" type="select" label="Specify the number of iterations by">
26 <option value="file">File (for each line in file)</option> 26 <option value="file">File (for each line in file)</option>
27 <option value="user" selected="True">User defined number</option> 27 <option value="user" selected="True">User defined number</option>
28 </param> 28 </param>
29 <when value="user"> 29 <when value="user">
30 <param name="times" size="10" type="integer" value="10" min="1" label="How many times?"/> 30 <param name="times" type="integer" value="10" min="1" label="How many times?"/>
31 </when> 31 </when>
32 <when value="file"> 32 <when value="file">
33 <param name="infile" type="data" format="txt" label="Template file" 33 <param name="infile" type="data" format="txt" label="Template file"
34 help="For every line, the specified characters will be written once. That means X is the line-number from the given file."/> 34 help="For every line, the specified characters will be written once. That means X is the line-number from the given file."/>
35 </when> 35 </when>