Commit 530d7382 authored by Chris Cheshire's avatar Chris Cheshire
Browse files

Added commenting

parent af8390fc
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -880,6 +880,7 @@ workflow CUTANDRUN {
                ch_seacr_bed.collect{it[1]}.ifEmpty([]),
                ch_seacr_bed.collect{it[1]}.ifEmpty([]),
                UCSC_BEDGRAPHTOBIGWIG.out.bigwig.collect{it[1]}.ifEmpty([])
                UCSC_BEDGRAPHTOBIGWIG.out.bigwig.collect{it[1]}.ifEmpty([])
            )
            )
            //TODO - this version ouptut causes an error for an unknown reason
            //ch_software_versions = ch_software_versions.mix(IGV_SESSION.out.versions)
            //ch_software_versions = ch_software_versions.mix(IGV_SESSION.out.versions)
        }
        }