Skip to content

Commit b6baa3f

Browse files
committed
intermittent errors
1 parent 03c9853 commit b6baa3f

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.4"
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)