comparison hicSumMatrices.xml @ 24:0147ee498251 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicexplorer commit 8586409c5f329eaf75902eedc3d29a6e82560788
author iuc
date Mon, 01 Jul 2024 19:00:02 +0000
parents e7e5855492df
children
comparison
equal deleted inserted replaced
23:ba2a39a88953 24:0147ee498251
1 <tool id="hicexplorer_hicsummatrices" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> 1 <tool id="hicexplorer_hicsummatrices" name="@BINARY@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>combine Hi-C matrices of the same size</description> 2 <description>combine 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>
18 18
19 && mv 'matrix.$extension' matrix 19 && mv 'matrix.$extension' matrix
20 ]]> 20 ]]>
21 </command> 21 </command>
22 <inputs> 22 <inputs>
23 <expand macro='matrix_h5_cooler_multiple_macro' /> 23 <expand macro="matrix_h5_cooler_multiple_macro" />
24 </inputs> 24 </inputs>
25 <outputs> 25 <outputs>
26 <data name="outFileName" from_work_dir="matrix" format_source='matrix_h5_cooler_multiple' /> 26 <data name="outFileName" from_work_dir="matrix" format_source="matrix_h5_cooler_multiple" />
27 </outputs> 27 </outputs>
28 <tests> 28 <tests>
29 <test> 29 <test>
30 <param name="matrix_h5_cooler_multiple" value="small_test_matrix.h5,small_test_matrix.h5" /> 30 <param name="matrix_h5_cooler_multiple" value="small_test_matrix.h5,small_test_matrix.h5" />
31 <output name="outFileName" ftype="h5"> 31 <output name="outFileName" ftype="h5">
32 <assert_contents> 32 <assert_contents>
33 <has_h5_keys keys='intervals,matrix' /> 33 <has_h5_keys keys="intervals,matrix" />
34 </assert_contents> 34 </assert_contents>
35 </output> 35 </output>
36 </test> 36 </test>
37 <test> 37 <test>
38 <param name="matrix_h5_cooler_multiple" value="small_test_matrix.cool,small_test_matrix.cool" /> 38 <param name="matrix_h5_cooler_multiple" value="small_test_matrix.cool,small_test_matrix.cool" />
39 <output name="outFileName" ftype="cool"> 39 <output name="outFileName" ftype="cool">
40 <assert_contents> 40 <assert_contents>
41 <has_h5_keys keys='bins,chroms,indexes,pixels' /> 41 <has_h5_keys keys="bins,chroms,indexes,pixels" />
42 </assert_contents> 42 </assert_contents>
43 </output> 43 </output>
44 </test> 44 </test>
45 </tests> 45 </tests>
46 <help><![CDATA[ 46 <help><![CDATA[