comparison remove_beginning.xml @ 2:cb8b79d32fa2 draft

planemo upload commit 00a7926c285bc4a339bd7deebf40b28f39c7d947
author devteam
date Tue, 21 Jul 2015 15:40:55 -0400
parents bb66956af1eb
children b3d762515db4
comparison
equal deleted inserted replaced
1:bb66956af1eb 2:cb8b79d32fa2
1 <tool id="Remove beginning1" name="Remove beginning"> 1 <tool id="Remove beginning1" name="Remove beginning" version="1.0.0">
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"/>