Skip to content

Commit

Permalink
changed bam_name to name in bqsr
Browse files Browse the repository at this point in the history
  • Loading branch information
gipohl committed Feb 28, 2024
1 parent f388db6 commit 0933c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/05_bqsr.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ process BQSR {
val(reference)

output:
tuple val("${name}"), val("${type}"), val("${params.output}/${name}/${bam_name}.preprocessed.bam"), emit: recalibrated_bams
tuple val("${name}"), val("${type}"), val("${params.output}/${name}/${name}.preprocessed.bam"), emit: recalibrated_bams
file "${name}.recalibration_report.grp"
file "${name}.preprocessed.bam"
file "${name}.preprocessed.bai"
Expand Down

0 comments on commit 0933c68

Please sign in to comment.