comparison tail.xml @ 19:12615d397df7 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
author bgruening
date Thu, 29 Feb 2024 22:15:20 +0000
parents 60edf2f8c28f
children
comparison
equal deleted inserted replaced
18:d698c222f354 19:12615d397df7
1 <tool id="tp_tail_tool" name="Select last" version="@BASE_VERSION@.0"> 1 <tool id="tp_tail_tool" name="Select last" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>lines from a dataset (tail)</description> 2 <description>lines from a dataset (tail)</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="creator"/>
6 <expand macro="requirements" /> 7 <expand macro="requirements" />
7 <version_command>tail --version | head -n 1</version_command> 8 <version_command>tail --version | head -n 1</version_command>
8 <command> 9 <command>
9 <![CDATA[ 10 <![CDATA[
10 tail 11 tail
59 - Show last two lines of above file. The result is:: 60 - Show last two lines of above file. The result is::
60 61
61 chr7 57341 57361 D17003_CTCF_R7 375 + 62 chr7 57341 57361 D17003_CTCF_R7 375 +
62 chr7 57457 57477 D17003_CTCF_R3 188 + 63 chr7 57457 57477 D17003_CTCF_R3 188 +
63 64
64 @REFERENCES@
65 ]]> 65 ]]>
66 </help> 66 </help>
67 <expand macro="citations" /> 67 <expand macro="citations" />
68 </tool> 68 </tool>