Skip to content

Commit 4522540

Browse files
committed
some more resource optimization
1 parent 3dd95fa commit 4522540

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wdl/tasks/Utility/FastqUtils.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ task Stats {
4848
mem_gb: 16,
4949
disk_gb: disk_size,
5050
boot_disk_gb: 10,
51-
preemptible_tries: 0,
51+
preemptible_tries: 1,
5252
max_retries: 0,
5353
docker: "us.gcr.io/broad-dsp-lrma/lr-seqkit:2.4.0"
5454
}

wdl/tasks/Utility/ReadLengths.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ task GetNumReadsAndShorts {
119119
Float num_shorts = read_float("shorts.txt")
120120
File rl_bz2 = "~{prefix}.txt.bz2"
121121
}
122-
runtime {cpu: 1 memory: "4 GiB" disks: "local-disk 100 HDD" docker: "gcr.io/cloud-marketplace/google/ubuntu2004:latest"}
122+
runtime {cpu: 1 memory: "4 GiB" disks: "local-disk 100 HDD" preemptible_tries: 1 docker: "gcr.io/cloud-marketplace/google/ubuntu2004:latest"}
123123
}
124124

125125
task Dyst {

0 commit comments

Comments
 (0)