Mercurial > repos > bgruening > text_processing
diff 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 |
line wrap: on
line diff
--- a/sed.xml Fri Aug 16 10:41:54 2024 +0000 +++ b/sed.xml Fri Mar 07 20:44:20 2025 +0000 @@ -56,14 +56,19 @@ <test> <param name="infile" value="sed1.txt" /> <param name="code" value="1d ; s/foo/bar/" /> - <param name="silent" value="" /> + <conditional name="adv_opts"> + <param name="adv_opts_selector" value="advanced" /> + <param name="silent" value="" /> + </conditional> <output name="output" file="sed_results1.txt" /> </test> <test> <param name="infile" value="sed1.txt" /> <param name="code" value="/foo/ { s/foo/baz/g ; p }" /> - <param name="adv_opts_selector" value="advanced" /> - <param name="silent" value="-n" /> + <conditional name="adv_opts"> + <param name="adv_opts_selector" value="advanced" /> + <param name="silent" value="-n" /> + </conditional> <output name="output" file="sed_results2.txt" /> </test> </tests>