Skip to content

Commit a90d020

Browse files
committed
fix indent
1 parent a2e9c83 commit a90d020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/chipseq.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ workflow CHIPSEQ {
581581
}
582582

583583
emit:
584-
multiqc_report = ch_multiqc_report.toList() // channel: /path/to/multiqc_report.html
584+
multiqc_report = ch_multiqc_report.toList() // channel: /path/to/multiqc_report.html
585585
versions = ch_versions // channel: [ path(versions.yml) ]
586586

587587
}

0 commit comments

Comments
 (0)