Mercurial > repos > iuc > bedtools
comparison coverageBed.xml @ 27:a33db97b220c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 1ec398a9421f016b852fe59d46961c12321ee5c8
author | iuc |
---|---|
date | Tue, 15 May 2018 14:52:10 -0400 |
parents | 95a3b2c25bd1 |
children | 6bb3cd018203 |
comparison
equal
deleted
inserted
replaced
26:95a3b2c25bd1 | 27:a33db97b220c |
---|---|
1 <tool id="bedtools_coveragebed" name="Compute both the depth and breadth of coverage" version="@WRAPPER_VERSION@.2"> | 1 <tool id="bedtools_coveragebed" name="Compute both the depth and breadth of coverage" version="@WRAPPER_VERSION@.2"> |
2 <description>of features in file B on the features in file A (bedtools coverage)</description> | 2 <description>of features in file B on the features in file A (bedtools coverage)</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements"> |
7 <requirement type="package" version="@SAMTOOLS_VERSION@">samtools</requirement> | |
8 </expand> | |
7 <expand macro="stdio" /> | 9 <expand macro="stdio" /> |
8 <command> | 10 <command> |
9 <![CDATA[ | 11 <![CDATA[ |
10 bedtools coverage | 12 bedtools coverage |
11 $d | 13 $d |