# HG changeset patch
# User bgruening
# Date 1685630838 0
# Node ID c03c3384cd81f45cee8ef50eef1b7ccc640910e1
# Parent  b1779366c8e91f5fac1b0baa3c4c1cc461bc777e
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 810c1359b884661d3f5c7372be0f0f88c859a3b9

diff -r b1779366c8e9 -r c03c3384cd81 deepTools_macros.xml
--- a/deepTools_macros.xml	Fri May 19 08:29:03 2023 +0000
+++ b/deepTools_macros.xml	Thu Jun 01 14:47:18 2023 +0000
@@ -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" />
diff -r b1779366c8e9 -r c03c3384cd81 plotEnrichment.xml
--- a/plotEnrichment.xml	Fri May 19 08:29:03 2023 +0000
+++ b/plotEnrichment.xml	Thu Jun 01 14:47:18 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="deeptools_plot_enrichment" name="plotEnrichment" version="@WRAPPER_VERSION@.0" profile="18.01">
+<tool id="deeptools_plot_enrichment" name="plotEnrichment" version="@TOOL_VERSION@+galaxy0" profile="@GALAXY_VERSION@">
     <description>plots read/fragment coverage over sets of regions</description>
     <macros>
         <token name="@BINARY@">plotEnrichment</token>