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

macs2: emit tuple with file_id

parent e7bfb733
No related branches found
No related tags found
No related merge requests found
......@@ -46,9 +46,9 @@ process peak_calling_bg {
tuple val(file_id), path(bg_ip), path(bg_control)
output:
path "*.narrowPeak", emit: peak
path "*.bed", emit: summits
path "*_report.txt", emit: report
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
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