Skip to content

Commit

Permalink
Delete a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Apr 29, 2024
1 parent 534bc79 commit 0791d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/DeNovoSVsScatter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ task RunDeNovo {
Float bed_size = size(bed_input, "GB")
RuntimeAttr default_attr = object {
mem_gb: 16, #3.75
mem_gb: 16,
disk_gb: ceil(15 + vcf_size + bed_size * 1.5),
cpu_cores: 1,
preemptible_tries: 2,
Expand Down

0 comments on commit 0791d82

Please sign in to comment.