changeset 22:97a131fbeef4 draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 09b22cceacb34dd4c6c1b42890f93232df128208"
author bgruening
date Sat, 21 Mar 2020 17:47:24 +0000
parents 0e3b611245f7
children 28b4fd1b0e9a
files awk.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/awk.xml	Sun Mar 15 22:58:18 2020 +0000
+++ b/awk.xml	Sat Mar 21 17:47:24 2020 +0000
@@ -15,9 +15,9 @@
             -v FS='	'
             -v OFS='	'
             --re-interval
-            -f '$awk_script'
-            '$infile'
-        > '$outfile'
+            -f "$awk_script"
+            "$infile"
+        > "$outfile"
 ]]>
     </command>
     <configfiles>