Skip to content

Commit

Permalink
Kvg update wdl 0.1.98 (#47)
Browse files Browse the repository at this point in the history
* Update WDL to latest Docker image

* added fetches option to rescue.rs, option search all, contig, contig-and-interval, unmapped

Co-authored-by: Kiran Garimella <[email protected]>
Co-authored-by: bshifaw <[email protected]>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent 46bb335 commit f44723b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wdl/HidiveCorrect.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ task Fetch {
}

runtime {
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:kvg_phase"
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:0.1.98"
memory: "2 GB"
cpu: num_cpus
disks: "local-disk ~{disk_size_gb} SSD"
Expand Down Expand Up @@ -125,7 +125,7 @@ task Rescue {
}

runtime {
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:kvg_phase"
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:0.1.98"
memory: "~{num_cpus} GB"
cpu: num_cpus
disks: "local-disk ~{disk_size_gb} SSD"
Expand Down Expand Up @@ -164,7 +164,7 @@ task Correct {
}

runtime {
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:kvg_improve_wdl"
docker: "us.gcr.io/broad-dsp-lrma/lr-hidive:0.1.98"
memory: "~{memory_gb} GB"
cpu: num_cpus
disks: "local-disk ~{disk_size_gb} SSD"
Expand Down Expand Up @@ -200,7 +200,7 @@ task Call {
}

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

0 comments on commit f44723b

Please sign in to comment.