Commit 14e0179c authored by Tamara Hodgetts's avatar Tamara Hodgetts
Browse files

Checking file size

parent fd82555a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1038,7 +1038,10 @@ workflow CUTANDRUN {
            /*
            * MODULE: Compute DeepTools matrix used in heatmap plotting for Peaks
            */
            ch_ordered_peaks_max | view
            ch_ordered_peaks_max
                .map { it.size() }
                .view


            DEEPTOOLS_COMPUTEMATRIX_PEAKS (
                ch_ordered_bigwig,