Skip to content

Commit

Permalink
Update wdl/MainVcfQc.wdl
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Walker <[email protected]>
  • Loading branch information
kjaisingh and mwalker174 authored Sep 25, 2024
1 parent 89cd795 commit f6a3025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/MainVcfQc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ task IdentifyDuplicates {
RuntimeAttr runtime_default = object {
mem_gb: 3.75,
disk_gb: 2 + ceil(size(vcf, "GiB")),
disk_gb: 10 + ceil(size(vcf, "GiB")),
cpu_cores: 1,
preemptible_tries: 1,
max_retries: 1,
Expand Down

0 comments on commit f6a3025

Please sign in to comment.