changeset 1:e1c9fd6651f8

Added quotes and brackets to appropriate command arguments
author greg <greg@bx.psu.edu>
date Mon, 01 Apr 2013 14:23:17 -0400
parents 8bb4d908a523
children 3354a96a6cd8
files tailWrapper.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tailWrapper.xml	Tue Dec 04 11:06:47 2012 -0500
+++ b/tailWrapper.xml	Mon Apr 01 14:23:17 2013 -0400
@@ -1,6 +1,6 @@
 <tool id="Show tail1" name="Select last">
   <description>lines from a dataset</description>
-  <command interpreter="perl">tailWrapper.pl $input $lineNum $out_file1</command>
+  <command interpreter="perl">tailWrapper.pl "${input}" "${lineNum}" "${out_file1}"</command>
   <inputs>
     <param name="lineNum" size="5" type="integer" value="10" label="Select last" help="lines"/>
     <param format="txt" name="input" type="data" label="from"/>