# HG changeset patch # User iuc # Date 1526410330 14400 # Node ID a33db97b220ce04d655a8c034ede9483a59d49a9 # Parent 95a3b2c25bd1fd53c655e7c833827a168ba93802 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 1ec398a9421f016b852fe59d46961c12321ee5c8 diff -r 95a3b2c25bd1 -r a33db97b220c bamToBed.xml --- a/bamToBed.xml Thu Apr 26 17:02:46 2018 -0400 +++ b/bamToBed.xml Tue May 15 14:52:10 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> diff -r 95a3b2c25bd1 -r a33db97b220c coverageBed.xml --- a/coverageBed.xml Thu Apr 26 17:02:46 2018 -0400 +++ b/coverageBed.xml Tue May 15 14:52:10 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> <![CDATA[ diff -r 95a3b2c25bd1 -r a33db97b220c macros.xml --- a/macros.xml Thu Apr 26 17:02:46 2018 -0400 +++ b/macros.xml Tue May 15 14:52:10 2018 -0400 @@ -6,6 +6,7 @@ </requirements> </xml> <token name="@WRAPPER_VERSION@">2.27.0</token> + <token name="@SAMTOOLS_VERSION@">1.2</token> <token name="@STD_BEDTOOLS_INPUTS@">bed,bedgraph,gff,vcf</token> <token name="@STD_BEDTOOLS_INPUT_LABEL@">bed,bedgraph,gff,vcf</token> <xml name="stdio">