comparison headWrapper.xml @ 3:b5af46a99f6e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_beginning commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:27:35 -0500
parents f10412ed821f
children
comparison
equal deleted inserted replaced
2:f10412ed821f 3:b5af46a99f6e
1 <tool id="Show beginning1" name="Select first" version="1.0.0"> 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" 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>
9 <data format="input" name="out_file1" metadata_source="input"/> 9 <data format="input" name="out_file1" metadata_source="input"/>
10 </outputs> 10 </outputs>