Mercurial > repos > bgruening > text_processing
diff awk.xml @ 24:5fef6d08de83 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 5f5d5802a961a77ceb092cbdef90d93e29717029-dirty"
author | bgruening |
---|---|
date | Tue, 22 Jun 2021 16:03:26 +0000 |
parents | 97a131fbeef4 |
children | f22a309187a3 |
line wrap: on
line diff
--- a/awk.xml Sun May 17 16:20:08 2020 +0000 +++ b/awk.xml Tue Jun 22 16:03:26 2021 +0000 @@ -1,4 +1,4 @@ -<tool id="tp_awk_tool" name="Text reformatting" version="@BASE_VERSION@.1"> +<tool id="tp_awk_tool" name="Text reformatting" version="@BASE_VERSION@.2"> <description>with awk</description> <macros> <import>macros.xml</import> @@ -10,7 +10,7 @@ <command> <![CDATA[ env -i - awk + \$(which awk) --sandbox -v FS=' ' -v OFS=' '