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

Changeset 2:54b6cef88a7f (2023-04-14)
Previous changeset 1:0bc84d7d94d4 (2020-03-10)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/schicexplorer commit d350f8e73ae518245a21f9720f8282f06eb9cc5d
modified:
macros.xml
scHicClusterCompartments.xml
b
diff -r 0bc84d7d94d4 -r 54b6cef88a7f macros.xml
--- a/macros.xml Tue Mar 10 15:08:15 2020 -0400
+++ b/macros.xml Fri Apr 14 14:25:07 2023 +0000
b
@@ -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>
b
diff -r 0bc84d7d94d4 -r 54b6cef88a7f scHicClusterCompartments.xml
--- a/scHicClusterCompartments.xml Tue Mar 10 15:08:15 2020 -0400
+++ b/scHicClusterCompartments.xml Fri Apr 14 14:25:07 2023 +0000
b
@@ -1,4 +1,4 @@
-<tool id="schicexplorer_schicclustercompartments" name="@BINARY@" version="@WRAPPER_VERSION@.0">
+<tool id="schicexplorer_schicclustercompartments" name="@BINARY@" version="@TOOL_VERSION@.1" profile="@PROFILE@">
     <description>clusters single-cell Hi-C interaction matrices with A/B compartments dimension reduction</description>
     <macros>
         <token name="@BINARY@">scHicClusterCompartments</token>