Skip to content

Commit ed6fbdb

Browse files
committed
Updated the wrong workflow
1 parent 03c1e9d commit ed6fbdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wdl/HidiveRescue.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ task Rescue {
143143
}
144144

145145
runtime {
146-
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:kvg_more_locityper"
146+
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:0.1.113"
147147
memory: "~{memory_gb} GB"
148148
cpu: num_cpus
149149
disks: "local-disk ~{disk_size_gb} SSD"

wdl/RescueAndLocityper.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ task Rescue {
199199
}
200200

201201
runtime {
202-
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:kvg_locityper"
202+
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:kvg_more_locityper"
203203
memory: "~{memory_gb} GB"
204204
cpu: num_cpus
205205
disks: "local-disk ~{disk_size_gb} SSD"

0 commit comments

Comments
 (0)