Mercurial > repos > devteam > show_tail
comparison tailWrapper.xml @ 3:ae45155543e1 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/show_tail commit a1517c9d22029095120643bbe2c8fa53754dd2b7
| author | devteam |
|---|---|
| date | Wed, 11 Nov 2015 12:27:48 -0500 |
| parents | 3354a96a6cd8 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:3354a96a6cd8 | 3:ae45155543e1 |
|---|---|
| 1 <tool id="Show tail1" name="Select last" version="1.0.0"> | 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" 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"/> |
| 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> |
