Skip to content
Snippets Groups Projects
Verified Commit 19ff2662 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

macs2: caputre *_peaks.xls for multiqc report

parent 97953ba2
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ process peak_calling {
output:
tuple val(file_id), path("*.narrowPeak"), emit: peak
tuple val(file_id), path("*.bed"), emit: summits
tuple val(file_id), path("*_report.txt"), emit: report
tuple val(file_id), path("*_peaks.xls"), path("*_report.txt"), emit: report
script:
/* remove --nomodel option for real dataset */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment