Mercurial > repos > iuc > bedtools
comparison coverageBed.xml @ 43:71d71721695e 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:51:52 -0400 |
| parents | d279800f4ff9 |
| children | b176b1c7949e |
comparison
equal
deleted
inserted
replaced
| 42:d279800f4ff9 | 43:71d71721695e |
|---|---|
| 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 <