Skip to content

Commit 5483399

Browse files
committed
Update comment
1 parent f5e8f1d commit 5483399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/chipseq.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ workflow CHIPSEQ {
469469
ch_deseq2_pca_multiqc = Channel.empty()
470470
ch_deseq2_clustering_multiqc = Channel.empty()
471471
if (!params.skip_consensus_peaks) {
472-
// Create channels: [ antibody, [ ip_bams ] ]
472+
// Create channels: [ antibody, [ ip_bams ], single_end_map ]
473473
ch_ip_control_bam
474474
.map {
475475
meta, ip_bam, control_bam ->

0 commit comments

Comments
 (0)