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

bwa: fix variable name :46

parent 41ae8c2e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ process mapping_fastq {
output:
tuple val(file_id), path("*.bam"), emit: bam
tuple val(file_id), path("${id}_bwa_report.txt"), emit: report
tuple val(file_id), path("${file_prefix}_bwa_report.txt"), emit: report
script:
if (file_id instanceof List){
......
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