comparison headWrapper.xml @ 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
comparison
equal deleted inserted replaced
0:ecca14446e6a 1:618fbda86659
1 <tool id="Show beginning1" name="Select first"> 1 <tool id="Show beginning1" name="Select first">
2 <description>lines from a dataset</description> 2 <description>lines from a dataset</description>
3 <command interpreter="perl">headWrapper.pl $input $lineNum $out_file1</command> 3 <command interpreter="perl">headWrapper.pl "${input}" "${lineNum}" "${out_file1}"</command>
4 <inputs> 4 <inputs>
5 <param name="lineNum" size="5" type="integer" value="10" label="Select first" help="lines"/> 5 <param name="lineNum" size="5" type="integer" value="10" label="Select first" help="lines"/>
6 <param format="txt" name="input" type="data" label="from"/> 6 <param format="txt" name="input" type="data" label="from"/>
7 </inputs> 7 </inputs>
8 <outputs> 8 <outputs>