From 22487945b9df56cbefbfc8e1694e8d8ffa94b18b Mon Sep 17 00:00:00 2001 From: Andrew Frantz Date: Tue, 26 Nov 2024 10:25:30 -0500 Subject: [PATCH] chore: don't use branch image --- tools/star.wdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/star.wdl b/tools/star.wdl index 264ca3f88..bade225c3 100755 --- a/tools/star.wdl +++ b/tools/star.wdl @@ -127,7 +127,7 @@ task build_star_db { cpu: ncpu memory: "~{memory_gb} GB" disks: "~{disk_size_gb} GB" - container: "ghcr.io/stjudecloud/star:branch-tests-2.7.11b-1" + container: "ghcr.io/stjudecloud/star:2.7.11b-1" maxRetries: 1 } } @@ -813,7 +813,7 @@ task alignment { cpu: ncpu memory: "50 GB" disks: "~{disk_size_gb} GB" - container: "ghcr.io/stjudecloud/star:branch-tests-2.7.11b-1" + container: "ghcr.io/stjudecloud/star:2.7.11b-1" maxRetries: 1 } }