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

Changeset 2:4a841ab67e3b (2023-04-14)
Previous changeset 1:5f2eacae0bb8 (2020-03-10) Next changeset 3:e426ba8aeb93 (2025-07-31)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/schicexplorer commit d350f8e73ae518245a21f9720f8282f06eb9cc5d
modified:
macros.xml
scHicQualityControl.xml
b
diff -r 5f2eacae0bb8 -r 4a841ab67e3b macros.xml
--- a/macros.xml Tue Mar 10 15:15:17 2020 -0400
+++ b/macros.xml Fri Apr 14 14:22:47 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 5f2eacae0bb8 -r 4a841ab67e3b scHicQualityControl.xml
--- a/scHicQualityControl.xml Tue Mar 10 15:15:17 2020 -0400
+++ b/scHicQualityControl.xml Fri Apr 14 14:22:47 2023 +0000
[
@@ -1,4 +1,4 @@
-<tool id="schicexplorer_schicqualitycontrol" name="@BINARY@" version="@WRAPPER_VERSION@.0">
+<tool id="schicexplorer_schicqualitycontrol" name="@BINARY@" version="@TOOL_VERSION@.1" profile="@PROFILE@">
     <description>quality control for single-cell Hi-C interaction matrices</description>
     <macros>
         <token name="@BINARY@">scHicQualityControl</token>
@@ -6,9 +6,12 @@
     </macros>
     <expand macro="requirements" />
     <command detect_errors="exit_code"><![CDATA[
+        ## https://github.com/open2c/cooler/issues/299
+        cp '$matrix_scooler' matrix.scooler &&
+
         @BINARY@
 
-        --matrix '$matrix_scooler'
+        --matrix matrix.scooler
         #if $chromosomes:
             #set $chromosome = ' '.join([ '\'%s\'' % $chrom for $chrom in str($chromosomes).split(' ') ])
             --chromosomes $chromosome