comparison recurring_lines.xml @ 27:08cdbfffce67 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 2dc2df988bd2dde9f8d7f629b594186dbd4fdc2b
author bgruening
date Fri, 07 Mar 2025 20:43:41 +0000
parents f22a309187a3
children e8b38ade9b3e
comparison
equal deleted inserted replaced
26:f22a309187a3 27:08cdbfffce67
42 </outputs> 42 </outputs>
43 <tests> 43 <tests>
44 <test> 44 <test>
45 <repeat name="token_set"> 45 <repeat name="token_set">
46 <param name="line" value="freedom" /> 46 <param name="line" value="freedom" />
47 <param name="repeat_select_opts" value="file" /> 47 <conditional name="repeat_select">
48 <param name="infile" value="multijoin2.txt" /> 48 <param name="repeat_select_opts" value="file" />
49 <param name="infile" value="multijoin2.txt" />
50 </conditional>
49 </repeat> 51 </repeat>
50 <output name="outfile" file="recurring_result1.txt" /> 52 <output name="outfile" file="recurring_result1.txt" />
51 </test> 53 </test>
52 <test> 54 <test>
53 <repeat name="token_set"> 55 <repeat name="token_set">
54 <param name="line" value="freedom" /> 56 <param name="line" value="freedom" />
55 <param name="repeat_select_opts" value="user" /> 57 <conditional name="repeat_select">
56 <param name="times" value="10" /> 58 <param name="repeat_select_opts" value="user" />
59 <param name="times" value="10" />
60 </conditional>
57 </repeat> 61 </repeat>
58 <repeat name="token_set"> 62 <repeat name="token_set">
59 <param name="line" value="war is over" /> 63 <param name="line" value="war is over" />
60 <param name="repeat_select_opts" value="user" /> 64 <conditional name="repeat_select">
61 <param name="times" value="10" /> 65 <param name="repeat_select_opts" value="user" />
66 <param name="times" value="10" />
67 </conditional>
62 </repeat> 68 </repeat>
63 <output name="outfile" file="recurring_result2.txt" /> 69 <output name="outfile" file="recurring_result2.txt" />
64 </test> 70 </test>
65 </tests> 71 </tests>
66 <help> 72 <help>