comparison tailWrapper.xml @ 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
comparison
equal deleted inserted replaced
0:8bb4d908a523 1:e1c9fd6651f8
1 <tool id="Show tail1" name="Select last"> 1 <tool id="Show tail1" name="Select last">
2 <description>lines from a dataset</description> 2 <description>lines from a dataset</description>
3 <command interpreter="perl">tailWrapper.pl $input $lineNum $out_file1</command> 3 <command interpreter="perl">tailWrapper.pl "${input}" "${lineNum}" "${out_file1}"</command>
4 <inputs> 4 <inputs>
5 <param name="lineNum" size="5" type="integer" value="10" label="Select last" help="lines"/> 5 <param name="lineNum" size="5" type="integer" value="10" label="Select last" 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>