File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,9 @@ workflow CHIPSEQ {
506506 //
507507 // Consensus peaks analysis
508508 //
509- ch_macs2_consensus_bed_lib = Channel . empty()
509+ ch_macs2_consensus_bed_lib = Channel . empty()
510+ ch_deseq2_pca_multiqc = Channel . empty()
511+ ch_deseq2_clustering_multiqc = Channel . empty()
510512 if (! params. skip_consensus_peaks) {
511513 // Create channel: [ meta , [ peaks ] ]
512514 // Where meta = [ id:antibody, multiple_groups:true/false, replicates_exist:true/false ]
@@ -576,8 +578,6 @@ workflow CHIPSEQ {
576578 ch_subreadfeaturecounts_multiqc = SUBREAD_FEATURECOUNTS . out. summary
577579 ch_versions = ch_versions. mix(SUBREAD_FEATURECOUNTS . out. versions. first())
578580
579- ch_deseq2_pca_multiqc = Channel . empty()
580- ch_deseq2_clustering_multiqc = Channel . empty()
581581 if (! params. skip_deseq2_qc) {
582582 DESEQ2_QC (
583583 SUBREAD_FEATURECOUNTS . out. counts,
You can’t perform that action at this time.
0 commit comments