Skip to content

Commit

Permalink
update docker for vcf comparator in tests (broadinstitute#1399)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikelle Petrillo <[email protected]>
  • Loading branch information
meganshand and nikellepetrillo authored Oct 30, 2024
1 parent a2056e7 commit 70d3e1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions verification/VerifyTasks.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ task CompareVCFsVerbosely {
}

runtime {
#TODO: update docker to next GATK release (after 4.6.0.0) which includes an updated VCFComparator
docker: "us.gcr.io/broad-dsde-methods/gatk-vcfcomparator@sha256:4c1b32dd89c46af52e68ae34f99db483ba07b08def2479d145a185de0b2d9a4a"
docker: "us.gcr.io/broad-gatk/gatk:4.6.1.0"
disks: "local-disk 50 HDD"
memory: "3 GiB"
preemptible: 3
Expand Down

0 comments on commit 70d3e1d

Please sign in to comment.