Mercurial > repos > bgruening > text_processing
comparison sed.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 |
comparison
equal
deleted
inserted
replaced
| 26:f22a309187a3 | 27:08cdbfffce67 |
|---|---|
| 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 <