comparison 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
comparison
equal deleted inserted replaced
4:288462ec2630 5:20344ce0c811
1 <tool id="tp_cat" name="Concatenate datasets" version="0.1.0"> 1 <tool id="tp_cat" name="Concatenate datasets" version="0.1.0">
2 <description>tail-to-head (cat)</description> 2 <description>tail-to-head (cat)</description>
3 <requirements> 3 <macros>
4 <requirement type="package" version="8.22">gnu_coreutils</requirement> 4 <import>macros.xml</import>
5 </requirements> 5 </macros>
6 <expand macro="requirements" />
6 <version_command> 7 <version_command>
7 <![CDATA[ 8 <![CDATA[
8 cat --version | head -n 1 9 cat --version | head -n 1
9 ]]> 10 ]]>
10 </version_command> 11 </version_command>
82 chr1 151242630 151242955 X 0 + 83 chr1 151242630 151242955 X 0 +
83 chr1 151271715 151271999 Y 0 + 84 chr1 151271715 151271999 Y 0 +
84 chr1 151278832 151279227 Z 0 - 85 chr1 151278832 151279227 Z 0 -
85 chr2 100000030 200000955 P 0 + 86 chr2 100000030 200000955 P 0 +
86 chr2 100000015 200000999 Q 0 + 87 chr2 100000015 200000999 Q 0 +
88
89 @REFERENCES@
87 ]]></help> 90 ]]></help>
88 </tool> 91 </tool>