changeset 1:87c5033654a6 draft

"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/awkscript commit 7724f8ff02c5495bdb4d9d0d55fdc16482fbf6e4"
author brinkmanlab
date Wed, 08 Jul 2020 17:45:39 -0400
parents 7222917a3948
children c6c81e6e1ca1
files awkscript.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/awkscript.xml	Fri Jan 24 17:30:15 2020 -0500
+++ b/awkscript.xml	Wed Jul 08 17:45:39 2020 -0400
@@ -15,7 +15,7 @@
     <version_command>awk --version | head -n 1</version_command>
     <command><![CDATA[
         #set $tool_input = 0
-        env -i
+        env -i PATH=$PATH
         #for env in $envs
             '$env.name'='$env.val'
         #end for