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 } }