We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc7c92 commit 63f1df6Copy full SHA for 63f1df6
assoc-aggregate/assoc-aggregate.wdl
@@ -426,7 +426,7 @@ task sbg_prepare_segments_1 {
426
Array[File]? variant_include_files
427
428
# runtime attr
429
- Int addldisk = 50
+ Int addldisk = 100
430
Int cpu = 12
431
Int memory = 16
432
Int preempt = 0
@@ -691,7 +691,7 @@ task sbg_prepare_segments_1 {
691
runtime {
692
cpu: cpu
693
docker: "uwgac/topmed-master@sha256:c564d54f5a3b9daed7a7677f860155f3b8c310b0771212c2eef1d6338f5c2600" # uwgac/topmed-master:2.12.0
694
- disks: "local-disk " + dsk_size + " HDD"
+ disks: "local-disk " + dsk_size + " SSD"
695
memory: "${memory} GB"
696
preemptibles: "${preempt}"
697
}
0 commit comments