1 parent 8b900e0 commit 5bb2113Copy full SHA for 5bb2113
1 file changed
subworkflows/local/bam_qc/main.nf
@@ -83,6 +83,8 @@ workflow BAM_QC {
83
} else {
84
ch_ngs_bits = null
85
}
86
+ } else {
87
+ ch_ngs_bits = null
88
89
90
emit:
0 commit comments