Mercurial > repos > bgruening > text_processing
diff tac.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 |
line wrap: on
line diff
--- a/tac.xml Fri Aug 16 10:41:17 2024 +0000 +++ b/tac.xml Fri Mar 07 20:43:41 2025 +0000 @@ -48,8 +48,10 @@ </test> <test> <param name="infile" value="1.bed"/> - <param name="separator_select" value="yes"/> - <param name="before" value="True"/> + <conditional name="separator"> + <param name="separator_select" value="yes"/> + <param name="before" value="True"/> + </conditional> <output name="outfile" file="tac_result2.txt"/> </test> </tests>
