Previous changeset 1:87c5033654a6 (2020-07-08) Next changeset 3:ceac6ffb3865 (2020-07-08) |
Commit message:
"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/awkscript commit 5c1b5fac50eb1e77d59c2df576e9b54b1b0a1b44" |
modified:
awkscript.xml |
b |
diff -r 87c5033654a6 -r c6c81e6e1ca1 awkscript.xml --- a/awkscript.xml Wed Jul 08 17:45:39 2020 -0400 +++ b/awkscript.xml Wed Jul 08 17:54:33 2020 -0400 |
[ |
@@ -15,11 +15,11 @@ <version_command>awk --version | head -n 1</version_command> <command><![CDATA[ #set $tool_input = 0 - env -i PATH=$PATH + env -i #for env in $envs '$env.name'='$env.val' #end for - awk + $(which awk) --sandbox -v FS=' ' -v OFS=' ' |