# HG changeset patch
# User iuc
# Date 1681482072 0
# Node ID 295558e266d0c3509445aa2d81cd0f271a71c8ac
# Parent  16dda99bd73343bbe05d2f475a089c90ab4749e0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/schicexplorer commit d350f8e73ae518245a21f9720f8282f06eb9cc5d

diff -r 16dda99bd733 -r 295558e266d0 macros.xml
--- a/macros.xml	Tue Mar 10 15:14:37 2020 -0400
+++ b/macros.xml	Fri Apr 14 14:21:12 2023 +0000
@@ -1,10 +1,11 @@
 <macros>
     <token name="@THREADS@">\${GALAXY_SLOTS:-4}</token>
-    <token name="@WRAPPER_VERSION@">4</token>
+    <token name="@TOOL_VERSION@">4</token>
+    <token name="@PROFILE@">22.05</token>
 
      <xml name="requirements">
         <requirements>
-            <requirement type="package" version="@WRAPPER_VERSION@">schicexplorer</requirement>
+            <requirement type="package" version="@TOOL_VERSION@">schicexplorer</requirement>
             <yield />
         </requirements>
         <version_command>@BINARY@ --version</version_command>
diff -r 16dda99bd733 -r 295558e266d0 scHicCorrectMatrices.xml
--- a/scHicCorrectMatrices.xml	Tue Mar 10 15:14:37 2020 -0400
+++ b/scHicCorrectMatrices.xml	Fri Apr 14 14:21:12 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="schicexplorer_schiccorrectmatrices" name="@BINARY@" version="@WRAPPER_VERSION@.0">
+<tool id="schicexplorer_schiccorrectmatrices" name="@BINARY@" version="@TOOL_VERSION@.1" profile="@PROFILE@">
     <description>correct with KR algorithm single-cell Hi-C interaction matrices</description>
     <macros>
         <token name="@BINARY@">scHicCorrectMatrices</token>