Mercurial > repos > bgruening > hicexplorer_hicsummatrices
diff hicSumMatrices.xml @ 8:c109622e0cf5 draft
planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
author | iuc |
---|---|
date | Wed, 07 Mar 2018 03:27:10 -0500 |
parents | e0df60f3b0d5 |
children | 0399cd2c25aa |
line wrap: on
line diff
--- a/hicSumMatrices.xml Wed Jan 03 13:31:47 2018 -0500 +++ b/hicSumMatrices.xml Wed Mar 07 03:27:10 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) ])