Skip to content

Commit f2eabfd

Browse files
committed
Fix channel declaration
1 parent c31c2a9 commit f2eabfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workflows/chipseq.nf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,8 @@ workflow CHIPSEQ {
576576
ch_subreadfeaturecounts_multiqc = SUBREAD_FEATURECOUNTS.out.summary
577577
ch_versions = ch_versions.mix(SUBREAD_FEATURECOUNTS.out.versions.first())
578578

579+
ch_deseq2_pca_multiqc = Channel.empty()
580+
ch_deseq2_clustering_multiqc = Channel.empty()
579581
if (!params.skip_deseq2_qc) {
580582
DESEQ2_QC (
581583
SUBREAD_FEATURECOUNTS.out.counts,

0 commit comments

Comments
 (0)