Mercurial > repos > bgruening > hicexplorer_hictransform
diff hicTransform.xml @ 3:303558d3bc11 draft
planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit 0456f085bac2c88b8cbddfcf12b02776d2a0d457
author | bgruening |
---|---|
date | Wed, 07 Mar 2018 03:41:00 -0500 |
parents | 3106dcd651f5 |
children | d5bf6e7d3800 |
line wrap: on
line diff
--- a/hicTransform.xml Wed Jan 03 13:31:00 2018 -0500 +++ b/hicTransform.xml Wed Mar 07 03:41:00 2018 -0500 @@ -1,4 +1,4 @@ -<tool id="hicexplorer_hictransform" name="@BINARY@" version="@WRAPPER_VERSION@.1"> +<tool id="hicexplorer_hictransform" name="@BINARY@" version="@WRAPPER_VERSION@.0"> <description>transforms a matrix to a obs_exp, pearson and covariance matrix</description> <macros> <token name="@BINARY@">hicTransform</token> @@ -54,7 +54,7 @@ <param name="matrix_h5_cooler" value="small_test_matrix_50kb_res.h5"/> <param name="outputFormat" value="cool" /> <output name="obs_exp" file="obs_exp_small_50kb.cool" ftype="cool" compare="sim_size"/> - <output name="pearson" file="pearson_small_50kb.cool" ftype="cool" compare="sim_size"/> + <output name="pearson" file="pearson_small_50kb_transform.cool" ftype="cool" compare="sim_size"/> <output name="covariance" file="covariance_small_50kb.cool" ftype="cool" compare="sim_size"/> </test> </tests>