Mercurial > repos > bgruening > text_processing
diff cat.xml @ 5:20344ce0c811 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit b9d202134c3c6d0e5c398c3ae75e410067fcfc52
author | bgruening |
---|---|
date | Wed, 23 Nov 2016 15:56:41 -0500 |
parents | 37e1eb05b1b4 |
children | 60edf2f8c28f |
line wrap: on
line diff
--- a/cat.xml Fri Mar 18 15:17:27 2016 -0400 +++ b/cat.xml Wed Nov 23 15:56:41 2016 -0500 @@ -1,8 +1,9 @@ <tool id="tp_cat" name="Concatenate datasets" version="0.1.0"> <description>tail-to-head (cat)</description> - <requirements> - <requirement type="package" version="8.22">gnu_coreutils</requirement> - </requirements> + <macros> + <import>macros.xml</import> + </macros> + <expand macro="requirements" /> <version_command> <![CDATA[ cat --version | head -n 1 @@ -84,5 +85,7 @@ chr1 151278832 151279227 Z 0 - chr2 100000030 200000955 P 0 + chr2 100000015 200000999 Q 0 + + +@REFERENCES@ ]]></help> </tool>