Mercurial > repos > iuc > bedtools
changeset 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 | 9224d51be786 |
| files | bamToBed.xml coverageBed.xml macros.xml |
| diffstat | 3 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bamToBed.xml Thu Apr 26 17:02:24 2018 -0400 +++ b/bamToBed.xml Tue May 15 14:51:52 2018 -0400 @@ -4,7 +4,7 @@ <import>macros.xml</import> </macros> <expand macro="requirements"> - <requirement type="package" version="1.2">samtools</requirement> + <requirement type="package" version="@SAMTOOLS_VERSION@">samtools</requirement> </expand> <expand macro="stdio" /> <command>
--- a/coverageBed.xml Thu Apr 26 17:02:24 2018 -0400 +++ b/coverageBed.xml Tue May 15 14:51:52 2018 -0400 @@ -3,7 +3,9 @@ <macros> <import>macros.xml</import> </macros> - <expand macro="requirements" /> + <expand macro="requirements"> + <requirement type="package" version="@SAMTOOLS_VERSION@">samtools</requirement> + </expand> <expand macro="stdio" /> <command> <