changeset 29:d9a637e83828 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 810c1359b884661d3f5c7372be0f0f88c859a3b9
author bgruening
date Thu, 01 Jun 2023 14:36:38 +0000
parents 9470f29702f8
children a60c359ec43c
files computeMatrix.xml deepTools_macros.xml
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/computeMatrix.xml	Thu May 18 20:49:32 2023 +0000
+++ b/computeMatrix.xml	Thu Jun 01 14:36:38 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="deeptools_compute_matrix" name="computeMatrix" version="@WRAPPER_VERSION@.0">
+<tool id="deeptools_compute_matrix" name="computeMatrix" version="@TOOL_VERSION@+galaxy0" profile="@GALAXY_VERSION@">
     <description>prepares data for plotting a heatmap or a profile of given regions</description>
     <macros>
         <token name="@BINARY@">computeMatrix</token>
--- a/deepTools_macros.xml	Thu May 18 20:49:32 2023 +0000
+++ b/deepTools_macros.xml	Thu Jun 01 14:36:38 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" />