We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e1500 commit cd76474Copy full SHA for cd76474
all_of_us/mitochondria/mt_coverage_merge.wdl
@@ -621,10 +621,11 @@ task finalize_mt_with_covdb {
621
Boolean overwrite = false
622
623
# Runtime parameters
624
- Int memory_gb = 256
625
- Int cpu = 40
+ Int memory_gb = 768
+ Int cpu = 96
626
Int disk_gb = 4000
627
String disk_type = "SSD"
628
+ String machine_type = "n2d-highmem-96"
629
}
630
631
command <<<
@@ -705,6 +706,7 @@ task finalize_mt_with_covdb {
705
706
memory: memory_gb + " GB"
707
cpu: cpu
708
disks: "local-disk " + disk_gb + " " + disk_type
709
+ predefinedMachineType: machine_type
710
711
712
0 commit comments