Skip to content

Commit 42feb6f

Browse files
committed
Fix bug
1 parent 3ea0140 commit 42feb6f

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
@@ -507,7 +507,7 @@ workflow CHIPSEQ {
507507
ch_custompeaks_count_multiqc = MULTIQC_CUSTOM_PEAKS.out.count
508508

509509
if (!params.skip_peak_annotation) {
510-
| //
510+
//
511511
// MODULE: Annotate peaks with MACS2
512512
//
513513
HOMER_ANNOTATEPEAKS_MACS2 (

0 commit comments

Comments
 (0)