# HG changeset patch # User iuc # Date 1515004222 18000 # Node ID 1612e9458940ef5202db21925e81650b1d61e249 # Parent 3889ecd44f2025d934564606d2bd9e5a7af4f9dc planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit d76f2040a05a5f8752cbfe9a8bc1ef9efae45c01 diff -r 3889ecd44f20 -r 1612e9458940 hicCorrectMatrix.xml --- a/hicCorrectMatrix.xml Tue Jan 02 10:17:05 2018 -0500 +++ b/hicCorrectMatrix.xml Wed Jan 03 13:30:22 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"