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

gatk4: switch PrintRead to ApplyBQSR

parent 2820a500
No related branches found
No related tags found
No related merge requests found
...@@ -152,12 +152,10 @@ process recalibrate_snp { ...@@ -152,12 +152,10 @@ process recalibrate_snp {
script: script:
xmx_memory = "${task.memory}" - ~/\s*GB/ xmx_memory = "${task.memory}" - ~/\s*GB/
""" """
gatk --java-options "-Xmx${xmx_memory}G" PrintReads \ gatk --java-options "-Xmx${xmx_memory}G" ApplyBQSR \
--use_jdk_deflater \
--use_jdk_inflater \
-R ${fasta} \ -R ${fasta} \
-I ${bam} \ -I ${bam} \
-BQSR recal_data_table \ --bqsr-recal-file recal_data_table \
-O ${file_id}_recal.bam -O ${file_id}_recal.bam
""" """
} }
......
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