Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHafner committed Dec 10, 2024
1 parent a2e9c83 commit a90d020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/chipseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ workflow CHIPSEQ {
}

emit:
multiqc_report = ch_multiqc_report.toList() // channel: /path/to/multiqc_report.html
multiqc_report = ch_multiqc_report.toList() // channel: /path/to/multiqc_report.html
versions = ch_versions // channel: [ path(versions.yml) ]

}
Expand Down

0 comments on commit a90d020

Please sign in to comment.