changeset 3:b3b17288df08 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/schicexplorer commit c535679b4086f5bd1a75e9765b8708bf1bd2d81b
author iuc
date Thu, 31 Jul 2025 16:43:09 +0000
parents 41b415c410e3
children
files macros.xml scHicInfo.xml
diffstat 2 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Fri Apr 14 14:22:01 2023 +0000
+++ b/macros.xml	Thu Jul 31 16:43:09 2025 +0000
@@ -3,6 +3,12 @@
     <token name="@TOOL_VERSION@">4</token>
     <token name="@PROFILE@">22.05</token>
 
+    <xml name="xrefs">
+        <xrefs>
+            <xref type="bio.tools">hicexplorer</xref>
+        </xrefs>
+    </xml>
+
      <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">schicexplorer</requirement>
@@ -173,4 +179,4 @@
             <option value="plasma_r">plasma reversed</option>
         </param>
     </xml>
-</macros>
\ No newline at end of file
+</macros>
--- a/scHicInfo.xml	Fri Apr 14 14:22:01 2023 +0000
+++ b/scHicInfo.xml	Thu Jul 31 16:43:09 2025 +0000
@@ -4,8 +4,9 @@
         <token name="@BINARY@">scHicInfo</token>
         <import>macros.xml</import>
     </macros>
+    <expand macro="xrefs"/>
     <expand macro="requirements" />
-    <command detect_errors="exit_code"><![CDATA[ 
+    <command detect_errors="exit_code"><![CDATA[
         @BINARY@
         --matrix '$matrix_scooler'
         >> matrices_info.txt
@@ -27,7 +28,7 @@
 Consensus matrices
 ==================
 
-scHicInfo gives information about the provided single-cell Hi-C scool file. For example: 
+scHicInfo gives information about the provided single-cell Hi-C scool file. For example:
 
 .. code-block::
 
@@ -56,4 +57,4 @@
 ]]></help>
     <expand macro="citations" />
 
-</tool>
\ No newline at end of file
+</tool>