Mercurial > repos > bgruening > hicexplorer_hicsummatrices
comparison 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 |
comparison
equal
deleted
inserted
replaced
8:6d83e750df00 | 9:673c3280e576 |
---|---|
1 <tool id="hicexplorer_hicsummatrices" name="@BINARY@" version="@WRAPPER_VERSION@.1"> | 1 <tool id="hicexplorer_hicsummatrices" name="@BINARY@" version="@WRAPPER_VERSION@.0"> |
2 <description>combines Hi-C matrices of the same size</description> | 2 <description>combines Hi-C matrices of the same size</description> |
3 <macros> | 3 <macros> |
4 <token name="@BINARY@">hicSumMatrices</token> | 4 <token name="@BINARY@">hicSumMatrices</token> |
5 <import>macros.xml</import> | 5 <import>macros.xml</import> |
6 </macros> | 6 </macros> |
7 <expand macro="requirements" /> | 7 <expand macro="requirements" /> |
8 <command detect_errors="exit_code"><![CDATA[ | 8 <command detect_errors="exit_code"><![CDATA[ |
9 | 9 |
10 #for $counter, $m in enumerate($matrix_h5_cooler_multiple): | 10 #for $counter, $m in enumerate($matrix_h5_cooler_multiple): |
11 ln -s '$m' ${counter}_matrix && | 11 ln -s '$m' ${counter}_matrix && |
12 #end for | 12 #end for |
13 #set $m = '" "'.join([ '%s_matrix' % $counter for $counter, $matrix in enumerate($matrix_h5_cooler_multiple) ]) | 13 #set $m = '" "'.join([ '%s_matrix' % $counter for $counter, $matrix in enumerate($matrix_h5_cooler_multiple) ]) |
14 | 14 |
15 hicSumMatrices | 15 hicSumMatrices |