We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e8f1d commit 5483399Copy full SHA for 5483399
workflows/chipseq.nf
@@ -469,7 +469,7 @@ workflow CHIPSEQ {
469
ch_deseq2_pca_multiqc = Channel.empty()
470
ch_deseq2_clustering_multiqc = Channel.empty()
471
if (!params.skip_consensus_peaks) {
472
- // Create channels: [ antibody, [ ip_bams ] ]
+ // Create channels: [ antibody, [ ip_bams ], single_end_map ]
473
ch_ip_control_bam
474
.map {
475
meta, ip_bam, control_bam ->
0 commit comments