changeset 1:618fbda86659

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