We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c1e9d commit ed6fbdbCopy full SHA for ed6fbdb
2 files changed
wdl/HidiveRescue.wdl
@@ -143,7 +143,7 @@ task Rescue {
143
}
144
145
runtime {
146
- docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:kvg_more_locityper"
+ docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:0.1.113"
147
memory: "~{memory_gb} GB"
148
cpu: num_cpus
149
disks: "local-disk ~{disk_size_gb} SSD"
wdl/RescueAndLocityper.wdl
@@ -199,7 +199,7 @@ task Rescue {
199
200
201
202
- docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:kvg_locityper"
+ docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:kvg_more_locityper"
203
204
205
0 commit comments