Skip to content

Commit 1b71a94

Browse files
authored
Merge pull request #599 from broadinstitute/dp-vadr
bump vadr docker 1.6.3 to 1.6.4 model-free
2 parents 9a4a3ff + b6baa3f commit 1b71a94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipes/WDL/tasks/tasks_ncbi.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ task vadr {
15211521
String? vadr_model_tar_subdir
15221522

15231523
String out_basename = basename(genome_fasta, '.fasta')
1524-
String docker = "quay.io/staphb/vadr:1.6.3"
1524+
String docker = "mirror.gcr.io/staphb/vadr:1.6.4"
15251525
Int mem_size = 16 # the RSV model in particular seems to consume 15GB RAM
15261526
Int cpus = 4
15271527
}

0 commit comments

Comments
 (0)