diff hicSumMatrices.xml @ 9:673c3280e576 draft

planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit 683d64a78adb3ff671f750d969d9daee5108169d
author iuc
date Wed, 07 Mar 2018 02:29:16 -0500
parents 6d83e750df00
children 551510b684b7
line wrap: on
line diff
--- a/hicSumMatrices.xml	Wed Jan 03 13:22:57 2018 -0500
+++ b/hicSumMatrices.xml	Wed Mar 07 02:29:16 2018 -0500
@@ -1,4 +1,4 @@
-<tool id="hicexplorer_hicsummatrices" name="@BINARY@" version="@WRAPPER_VERSION@.1">
+<tool id="hicexplorer_hicsummatrices" name="@BINARY@" version="@WRAPPER_VERSION@.0">
     <description>combines Hi-C matrices of the same size</description>
     <macros>
         <token name="@BINARY@">hicSumMatrices</token>
@@ -7,7 +7,7 @@
     <expand macro="requirements" />
     <command detect_errors="exit_code"><![CDATA[
 
-         #for $counter, $m in enumerate($matrix_h5_cooler_multiple):
+        #for $counter, $m in enumerate($matrix_h5_cooler_multiple):
             ln -s '$m' ${counter}_matrix &&
         #end for
         #set $m = '" "'.join([ '%s_matrix' % $counter for $counter, $matrix in enumerate($matrix_h5_cooler_multiple) ])