Skip to content

Commit ba14d2b

Browse files
committed
fds
1 parent 270384a commit ba14d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/pipelines/TechAgnostic/VariantCalling/CallStructuralVariants.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ workflow Work {
102102

103103
if (limit_pbsv_threads) {
104104
RuntimeAttr overrideMem = object {cpu_cores: 8, mem_gb: 48, preemptible_tries: 1}
105-
RuntimeAttr overrideMemFuck = object {cpu_cores: 96, mem_gb: 576, preemptible_tries: 0}
105+
RuntimeAttr overrideMemFuck = object {cpu_cores: 96, mem_gb: 576, preemptible_tries: 0, disk_gb: 500}
106106
call PBSV.Discover as pbsv_discover_chr_limit {
107107
input:
108108
bam = shard_bam,

0 commit comments

Comments
 (0)