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

macs2: cleanup output

parent 175a472e
Branches
Tags
No related merge requests found
...@@ -13,7 +13,8 @@ process peak_calling { ...@@ -13,7 +13,8 @@ process peak_calling {
tuple val(file_id), path(bam_ip), path(bam_control) tuple val(file_id), path(bam_ip), path(bam_control)
output: output:
path "*", emit: peak path "*.narrowpeak", emit: peak
path "*.bed", emit: summits
path "*_report.txt", emit: report path "*_report.txt", emit: report
script: script:
...@@ -45,7 +46,8 @@ process peak_calling_bg { ...@@ -45,7 +46,8 @@ process peak_calling_bg {
tuple val(file_id), path(bg_ip), path(bg_control) tuple val(file_id), path(bg_ip), path(bg_control)
output: output:
path "*", emit: peak path "*.narrowpeak", emit: peak
path "*.bed", emit: summits
path "*_report.txt", emit: report path "*_report.txt", emit: report
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment