Mercurial > repos > bgruening > text_processing
diff awk.xml @ 16:ddf54b12c295 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit ded469a802a0496c9a6a2daee7b9505bd8698802-dirty"
author | bgruening |
---|---|
date | Tue, 06 Oct 2020 09:47:04 +0000 |
parents | 0a8c6b61f0f4 |
children | 12615d397df7 |
line wrap: on
line diff
--- a/awk.xml Sun May 17 12:29:41 2020 -0400 +++ b/awk.xml Tue Oct 06 09:47:04 2020 +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=' '