Repository 'bedtools'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bedtools

Changeset 27:a33db97b220c (2018-05-15)
Previous changeset 26:95a3b2c25bd1 (2018-04-26) Next changeset 28:6283d16e40ed (2018-06-24)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 1ec398a9421f016b852fe59d46961c12321ee5c8
modified:
bamToBed.xml
coverageBed.xml
macros.xml
b
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
b
@@ -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>
b
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[
b
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
b
@@ -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">