Mercurial > repos > bgruening > text_processing
comparison cat.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 | f46f0e4f75c4 |
children |
comparison
equal
deleted
inserted
replaced
18:d698c222f354 | 19:12615d397df7 |
---|---|
1 <tool id="tp_cat" name="Concatenate datasets" version="0.1.1"> | 1 <tool id="tp_cat" name="Concatenate datasets" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>tail-to-head (cat)</description> | 2 <description>tail-to-head (cat)</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> | 8 <version_command> |
8 <![CDATA[ | 9 <![CDATA[ |
9 cat --version | head -n 1 | 10 cat --version | head -n 1 |
10 ]]> | 11 ]]> |
87 chr1 151271715 151271999 Y 0 + | 88 chr1 151271715 151271999 Y 0 + |
88 chr1 151278832 151279227 Z 0 - | 89 chr1 151278832 151279227 Z 0 - |
89 chr2 100000030 200000955 P 0 + | 90 chr2 100000030 200000955 P 0 + |
90 chr2 100000015 200000999 Q 0 + | 91 chr2 100000015 200000999 Q 0 + |
91 | 92 |
92 @REFERENCES@ | |
93 ]]> | 93 ]]> |
94 </help> | 94 </help> |
95 <expand macro="citations" /> | 95 <expand macro="citations" /> |
96 </tool> | 96 </tool> |