# HG changeset patch # User iuc # Date 1515003677 18000 # Node ID 9a7d2fde825d2a347033072166c7d2f2e33c2f68 # Parent 23df0dbb9b12e3a2f2ce4ba0dd3f0745ff004539 planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit d76f2040a05a5f8752cbfe9a8bc1ef9efae45c01 diff -r 23df0dbb9b12 -r 9a7d2fde825d hicCorrectMatrix.xml --- a/hicCorrectMatrix.xml Tue Jan 02 09:49:04 2018 -0500 +++ b/hicCorrectMatrix.xml Wed Jan 03 13:21:17 2018 -0500 @@ -1,4 +1,4 @@ - + Runs Dekker's iterative correction over a hic matrix. hicCorrectMatrix @@ -20,11 +20,7 @@ #if $mode.mode_selector == 'correct': --iterNum $mode.iterNum - #if $mode.outputFormat == 'h5' - --outFileName matrix.h5 - #elif $mode.outputFormat == 'cool' - --outFileName matrix.cool - #end if + --outFileName matrix.$mode.outputFormat #if $mode.filterThreshold_low and $mode.filterThreshold_large: --filterThreshold $mode.filterThreshold_low $mode.filterThreshold_large @@ -60,7 +56,9 @@ --xMax $mode.xMax #end if #end if - + #if $mode.mode_selector == 'correct': + && mv matrix.$mode.outputFormat matrix + #end if ]]> @@ -114,16 +112,14 @@ - - outputFormat == 'h5' + + + + mode['mode_selector'] == "correct" - - outputFormat == 'cool' - mode['mode_selector'] == "correct" - - + mode['mode_selector'] == "diagnostic_plot"