Skip to content

Commit

Permalink
some more resource optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
SHuang-Broad committed Feb 20, 2025
1 parent 3dd95fa commit 4522540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wdl/tasks/Utility/FastqUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ task Stats {
mem_gb: 16,
disk_gb: disk_size,
boot_disk_gb: 10,
preemptible_tries: 0,
preemptible_tries: 1,
max_retries: 0,
docker: "us.gcr.io/broad-dsp-lrma/lr-seqkit:2.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion wdl/tasks/Utility/ReadLengths.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ task GetNumReadsAndShorts {
Float num_shorts = read_float("shorts.txt")
File rl_bz2 = "~{prefix}.txt.bz2"
}
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"}
}

task Dyst {
Expand Down

0 comments on commit 4522540

Please sign in to comment.