Skip to content

Commit

Permalink
fix base qual recal
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMoelder committed Aug 9, 2023
1 parent e4dda87 commit af7174a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflow/rules/mapping.smk
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ rule recalibrate_base_qualities:
params:
extra=config["params"]["gatk"]["BaseRecalibrator"],
java_opts="",
resources:
mem_mb=1024,
log:
"logs/gatk/baserecalibrator/{sample}.log",
threads: 8
Expand Down

0 comments on commit af7174a

Please sign in to comment.