Commit 2c763bd6 authored by Tamara Hodgetts's avatar Tamara Hodgetts
Browse files

Viewing channel content

parent 46549c3b
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() > 0}
                .filter { it -> it.size() > 300}
                .set { ch_ordered_peaks_max }

            ch_ordered_peaks_max | view