comparison tailWrapper.xml @ 2:3354a96a6cd8 draft

planemo upload commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
author devteam
date Tue, 21 Jul 2015 15:59:08 -0400
parents e1c9fd6651f8
children ae45155543e1
comparison
equal deleted inserted replaced
1:e1c9fd6651f8 2:3354a96a6cd8
1 <tool id="Show tail1" name="Select last"> 1 <tool id="Show tail1" name="Select last" version="1.0.0">
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"/>