Mercurial > repos > bgruening > text_processing
comparison head.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_head_tool" name="Select first" version="@BASE_VERSION@.0"> | 1 <tool id="tp_head_tool" name="Select first" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>lines from a dataset (head)</description> | 2 <description>lines from a dataset (head)</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>head --version | head -n 1</version_command> | 8 <version_command>head --version | head -n 1</version_command> |
8 <command> | 9 <command> |
9 <![CDATA[ | 10 <![CDATA[ |
10 head | 11 head |
54 will produce:: | 55 will produce:: |
55 | 56 |
56 chr7 56632 56652 D17003_CTCF_R6 310 + | 57 chr7 56632 56652 D17003_CTCF_R6 310 + |
57 chr7 56736 56756 D17003_CTCF_R7 354 + | 58 chr7 56736 56756 D17003_CTCF_R7 354 + |
58 | 59 |
59 @REFERENCES@ | |
60 ]]> | 60 ]]> |
61 </help> | 61 </help> |
62 <expand macro="citations" /> | 62 <expand macro="citations" /> |
63 </tool> | 63 </tool> |