Repository 'deeptools_multi_bam_summary'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/deeptools_multi_bam_summary

Changeset 29:1fcb7adc39b8 (2023-06-01)
Previous changeset 28:004aea905d4d (2023-05-19) Next changeset 30:01fb6a7654e6 (2023-09-27)
Commit message:
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 810c1359b884661d3f5c7372be0f0f88c859a3b9
modified:
deepTools_macros.xml
multiBamSummary.xml
b
diff -r 004aea905d4d -r 1fcb7adc39b8 deepTools_macros.xml
--- a/deepTools_macros.xml Fri May 19 08:32:23 2023 +0000
+++ b/deepTools_macros.xml Thu Jun 01 15:06:09 2023 +0000
b
@@ -1,10 +1,11 @@
 <macros>
 
     <token name="@THREADS@">--numberOfProcessors "\${GALAXY_SLOTS:-4}"</token>
-    <token name="@WRAPPER_VERSION@">3.5.1.0</token>
+    <token name="@TOOL_VERSION@">3.5.2</token>
+    <token name="@GALAXY_VERSION@">20.01</token>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="3.5.1">deeptools</requirement>
+            <requirement type="package" version="@TOOL_VERSION@">deeptools</requirement>
             <requirement type="package" version="1.9">samtools</requirement>
         </requirements>
         <expand macro="stdio" />
b
diff -r 004aea905d4d -r 1fcb7adc39b8 multiBamSummary.xml
--- a/multiBamSummary.xml Fri May 19 08:32:23 2023 +0000
+++ b/multiBamSummary.xml Thu Jun 01 15:06:09 2023 +0000
b
@@ -1,4 +1,4 @@
-<tool id="deeptools_multi_bam_summary" name="multiBamSummary" version="@WRAPPER_VERSION@.0">
+<tool id="deeptools_multi_bam_summary" name="multiBamSummary" version="@TOOL_VERSION@+galaxy0" profile="@GALAXY_VERSION@">
     <description>calculates average read coverages for a list of two or more BAM/CRAM files</description>
     <macros>
         <token name="@BINARY@">multiBamSummary</token>