Skip to content
Snippets Groups Projects
Commit 9af24bc2 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixed file path

parent b3f3b5ce
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ task ApplyBQSR {
-R ${ref_fasta} \
-I ${input_bam} \
--use-original-qualities \
-O ${output_bam_path}.bam \
-O ${output_bam_path} \
-bqsr ${recalibration_report} \
--static-quantized-quals 10 --static-quantized-quals 20 --static-quantized-quals 30 \
-L ${sep=" -L " sequence_group_interval}
......
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