comparison sed.xml @ 22:3dc70b59608c 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:44:20 +0000
parents 12615d397df7
children
comparison
equal deleted inserted replaced
21:86755160afbf 22:3dc70b59608c
54 </outputs> 54 </outputs>
55 <tests> 55 <tests>
56 <test> 56 <test>
57 <param name="infile" value="sed1.txt" /> 57 <param name="infile" value="sed1.txt" />
58 <param name="code" value="1d ; s/foo/bar/" /> 58 <param name="code" value="1d ; s/foo/bar/" />
59 <param name="silent" value="" /> 59 <conditional name="adv_opts">
60 <param name="adv_opts_selector" value="advanced" />
61 <param name="silent" value="" />
62 </conditional>
60 <output name="output" file="sed_results1.txt" /> 63 <output name="output" file="sed_results1.txt" />
61 </test> 64 </test>
62 <test> 65 <test>
63 <param name="infile" value="sed1.txt" /> 66 <param name="infile" value="sed1.txt" />
64 <param name="code" value="/foo/ { s/foo/baz/g ; p }" /> 67 <param name="code" value="/foo/ { s/foo/baz/g ; p }" />
65 <param name="adv_opts_selector" value="advanced" /> 68 <conditional name="adv_opts">
66 <param name="silent" value="-n" /> 69 <param name="adv_opts_selector" value="advanced" />
70 <param name="silent" value="-n" />
71 </conditional>
67 <output name="output" file="sed_results2.txt" /> 72 <output name="output" file="sed_results2.txt" />
68 </test> 73 </test>
69 </tests> 74 </tests>
70 <help> 75 <help>
71 <![CDATA[ 76 <![CDATA[