comparison remove_beginning.xml @ 3:b3d762515db4 draft default tip

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