We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd95fa commit 4522540Copy full SHA for 4522540
2 files changed
wdl/tasks/Utility/FastqUtils.wdl
@@ -48,7 +48,7 @@ task Stats {
48
mem_gb: 16,
49
disk_gb: disk_size,
50
boot_disk_gb: 10,
51
- preemptible_tries: 0,
+ preemptible_tries: 1,
52
max_retries: 0,
53
docker: "us.gcr.io/broad-dsp-lrma/lr-seqkit:2.4.0"
54
}
wdl/tasks/Utility/ReadLengths.wdl
@@ -119,7 +119,7 @@ task GetNumReadsAndShorts {
119
Float num_shorts = read_float("shorts.txt")
120
File rl_bz2 = "~{prefix}.txt.bz2"
121
122
- runtime {cpu: 1 memory: "4 GiB" disks: "local-disk 100 HDD" docker: "gcr.io/cloud-marketplace/google/ubuntu2004:latest"}
+ runtime {cpu: 1 memory: "4 GiB" disks: "local-disk 100 HDD" preemptible_tries: 1 docker: "gcr.io/cloud-marketplace/google/ubuntu2004:latest"}
123
124
125
task Dyst {
0 commit comments