Skip to content

Commit

Permalink
Changed a Docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
kvg committed Dec 10, 2024
1 parent 27c2911 commit 84d9868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdl/HidiveSample.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ task Call {
}

runtime {
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:0.1.101"
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:kvg_sample_and_cohort_wdls"
memory: "~{memory_gb} GB"
cpu: num_cpus
disks: "local-disk ~{disk_size_gb} SSD"
Expand Down

0 comments on commit 84d9868

Please sign in to comment.