@@ -321,7 +321,7 @@ task ImportGVCFs {
321321 runtime {
322322 cpu : select_first ([runtime_attr .cpu_cores , default_attr .cpu_cores ])
323323 memory : select_first ([runtime_attr .mem_gb , default_attr .mem_gb ]) + " GiB"
324- disks : "local-disk " + select_first ([runtime_attr .disk_gb , default_attr .disk_gb ]) + " HDD "
324+ disks : "local-disk " + select_first ([runtime_attr .disk_gb , default_attr .disk_gb ]) + " SSD "
325325 bootDiskSizeGb : select_first ([runtime_attr .boot_disk_gb , default_attr .boot_disk_gb ])
326326 preemptible : select_first ([runtime_attr .preemptible_tries , default_attr .preemptible_tries ])
327327 maxRetries : select_first ([runtime_attr .max_retries , default_attr .max_retries ])
@@ -433,7 +433,7 @@ task GenotypeGVCFs {
433433 runtime {
434434 cpu : select_first ([runtime_attr .cpu_cores , default_attr .cpu_cores ])
435435 memory : select_first ([runtime_attr .mem_gb , default_attr .mem_gb ]) + " GiB"
436- disks : "local-disk " + select_first ([runtime_attr .disk_gb , default_attr .disk_gb ]) + " HDD "
436+ disks : "local-disk " + select_first ([runtime_attr .disk_gb , default_attr .disk_gb ]) + " SSD "
437437 bootDiskSizeGb : select_first ([runtime_attr .boot_disk_gb , default_attr .boot_disk_gb ])
438438 preemptible : select_first ([runtime_attr .preemptible_tries , default_attr .preemptible_tries ])
439439 maxRetries : select_first ([runtime_attr .max_retries , default_attr .max_retries ])
@@ -543,7 +543,7 @@ task GnarlyGenotypeGVCFs {
543543 runtime {
544544 cpu : select_first ([runtime_attr .cpu_cores , default_attr .cpu_cores ])
545545 memory : select_first ([runtime_attr .mem_gb , default_attr .mem_gb ]) + " GiB"
546- disks : "local-disk " + select_first ([runtime_attr .disk_gb , default_attr .disk_gb ]) + " HDD "
546+ disks : "local-disk " + select_first ([runtime_attr .disk_gb , default_attr .disk_gb ]) + " SSD "
547547 bootDiskSizeGb : select_first ([runtime_attr .boot_disk_gb , default_attr .boot_disk_gb ])
548548 preemptible : select_first ([runtime_attr .preemptible_tries , default_attr .preemptible_tries ])
549549 maxRetries : select_first ([runtime_attr .max_retries , default_attr .max_retries ])
0 commit comments