From 2f9e80a2464396152340590ec20d4e34499528fc Mon Sep 17 00:00:00 2001 From: Sage Wright Date: Wed, 13 Sep 2023 15:26:10 +0000 Subject: [PATCH] update docker --- tasks/species_typing/task_tbp_parser.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/species_typing/task_tbp_parser.wdl b/tasks/species_typing/task_tbp_parser.wdl index 2093a8fa2..f86302275 100644 --- a/tasks/species_typing/task_tbp_parser.wdl +++ b/tasks/species_typing/task_tbp_parser.wdl @@ -13,7 +13,7 @@ task tbp_parser { Int coverage_threshold = 100 Boolean tbp_parser_debug = false - String docker = "us-docker.pkg.dev/general-theiagen/theiagen/tbp-parser:0.0.4" + String docker = "us-docker.pkg.dev/general-theiagen/theiagen/tbp-parser:0.0.5" Int disk_size = 100 Int memory = 4 Int cpu = 1