Skip to content

Commit

Permalink
Make microc_align VM preemptible to cut costs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinaryee committed Mar 17, 2024
1 parent 02213d0 commit ce9c80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions microc.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ task microc_align {

runtime {
docker: "us-central1-docker.pkg.dev/aryeelab/docker/microc:${image_id}"
preemptible: 1
bootDiskSizeGb: 40
cpu: bwa_cores
memory: memory
Expand Down

0 comments on commit ce9c80c

Please sign in to comment.