Commit 8c0d75cf authored by Chris Cheshire's avatar Chris Cheshire
Browse files

fixed tests

parent d1a7360a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -617,7 +617,7 @@ workflow CUTANDRUN {
        BEDTOOLS_GENOMECOV (
            ch_samtools_bam_scale,
            ch_dummy_file,
            "bedgraph"
            "bedGraph"
        )
        //EXAMPLE CHANNEL STRUCT: [META], BEDGRAPH]
        //BEDTOOLS_GENOMECOV.out.genomecov | view
@@ -627,7 +627,7 @@ workflow CUTANDRUN {
        */
        BEDTOOLS_SORT (
            BEDTOOLS_GENOMECOV.out.genomecov,
            "bedgraph"
            "bedGraph"
        )

        /*