Mercurial > repos > devteam > show_beginning
comparison headWrapper.xml @ 2:f10412ed821f draft
planemo upload commit 00a7926c285bc4a339bd7deebf40b28f39c7d947-dirty
author | devteam |
---|---|
date | Tue, 21 Jul 2015 15:58:13 -0400 |
parents | 618fbda86659 |
children | b5af46a99f6e |
comparison
equal
deleted
inserted
replaced
1:618fbda86659 | 2:f10412ed821f |
---|---|
1 <tool id="Show beginning1" name="Select first"> | 1 <tool id="Show beginning1" name="Select first" version="1.0.0"> |
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"/> |