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

bwa: fix report name

parent e7ba77d3
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ process mapping_fastq { ...@@ -32,7 +32,7 @@ process mapping_fastq {
output: output:
tuple val(file_id), path("*.bam"), emit: bam tuple val(file_id), path("*.bam"), emit: bam
tuple val(file_id), path("${pair_id}_bwa_report.txt"), emit: report tuple val(file_id), path("${file_id}_bwa_report.txt"), emit: report
script: script:
""" """
......
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