Mercurial > repos > bgruening > text_processing
diff tac.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/tac.xml Fri Aug 16 10:41:54 2024 +0000 +++ b/tac.xml Fri Mar 07 20:44:20 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>