Commit eb80a179 authored by Tamara Hodgetts's avatar Tamara Hodgetts
Browse files

Viewing channel content

parent 2c763bd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1039,7 +1039,7 @@ workflow CUTANDRUN {
            * MODULE: Compute DeepTools matrix used in heatmap plotting for Peaks
            */
            ch_ordered_peaks_max
                .filter { it -> it.size() > 300}
                .filter { it -> it.size() > 345}
                .set { ch_ordered_peaks_max }

            ch_ordered_peaks_max | view