Skip to content

Commit cd76474

Browse files
committed
Use a standard machine type
1 parent c3e1500 commit cd76474

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

all_of_us/mitochondria/mt_coverage_merge.wdl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,10 +621,11 @@ task finalize_mt_with_covdb {
621621
Boolean overwrite = false
622622

623623
# Runtime parameters
624-
Int memory_gb = 256
625-
Int cpu = 40
624+
Int memory_gb = 768
625+
Int cpu = 96
626626
Int disk_gb = 4000
627627
String disk_type = "SSD"
628+
String machine_type = "n2d-highmem-96"
628629
}
629630

630631
command <<<
@@ -705,6 +706,7 @@ task finalize_mt_with_covdb {
705706
memory: memory_gb + " GB"
706707
cpu: cpu
707708
disks: "local-disk " + disk_gb + " " + disk_type
709+
predefinedMachineType: machine_type
708710
}
709711
}
710712

0 commit comments

Comments
 (0)