Mercurial > repos > bgruening > text_processing
comparison head.xml @ 26:f22a309187a3 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
| author | bgruening |
|---|---|
| date | Fri, 16 Aug 2024 10:41:17 +0000 |
| parents | 7725ab6dab67 |
| children |
comparison
equal
deleted
inserted
replaced
| 25:cd83b5644eab | 26:f22a309187a3 |
|---|---|
| 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> |
