Skip to content

Commit

Permalink
update to new release which fix rare mapping error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmonlong committed Oct 31, 2020
1 parent bcddc7b commit 18471b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/vg_mapgaffe_call_sv_cram.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ task runVGMAP {
memory: in_map_mem + " GB"
cpu: in_map_cores
disks: "local-disk " + in_map_disk + " SSD"
docker: "quay.io/vgteam/vg:v1.27.0-113-g47c1b30df-t362-run"
docker: "quay.io/vgteam/vg:v1.28.0"
preemptible: in_preemptible
}
}
Expand Down Expand Up @@ -243,7 +243,7 @@ task mergeAlignmentGAFChunks {
memory: "8 GB"
cpu: 1
disks: "local-disk " + in_merge_gaf_disk + " SSD"
docker: "quay.io/vgteam/vg:v1.27.0-113-g47c1b30df-t362-run"
docker: "quay.io/vgteam/vg:v1.28.0"
preemptible: in_preemptible
}
}
Expand Down Expand Up @@ -335,7 +335,7 @@ task runVGPackCaller {
cpu: in_vgcall_cores
maxRetries: 3
disks: "local-disk " + in_vgcall_disk + " SSD"
docker: "quay.io/vgteam/vg:v1.27.0-113-g47c1b30df-t362-run"
docker: "quay.io/vgteam/vg:v1.28.0"
preemptible: in_preemptible
}
}

0 comments on commit 18471b1

Please sign in to comment.