Mercurial > repos > devteam > remove_beginning
comparison remove_beginning.xml @ 1:bb66956af1eb
Added quotes and brackets to appropriate command arguments
author | greg <greg@bx.psu.edu> |
---|---|
date | Mon, 01 Apr 2013 14:32:35 -0400 |
parents | d9b82504a321 |
children | cb8b79d32fa2 |
comparison
equal
deleted
inserted
replaced
0:d9b82504a321 | 1:bb66956af1eb |
---|---|
1 <tool id="Remove beginning1" name="Remove beginning"> | 1 <tool id="Remove beginning1" name="Remove beginning"> |
2 <description>of a file</description> | 2 <description>of a file</description> |
3 <command interpreter="perl">remove_beginning.pl $input $num_lines $out_file1</command> | 3 <command interpreter="perl">remove_beginning.pl "${input}" "${num_lines}" "${out_file1}"</command> |
4 <inputs> | 4 <inputs> |
5 <param name="num_lines" size="5" type="integer" value="1" label="Remove first" help="lines"/> | 5 <param name="num_lines" size="5" type="integer" value="1" label="Remove 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> |