From 10c023ab71a6dc3fc529d439a59e5031c9682ea7 Mon Sep 17 00:00:00 2001
From: Ruben Vorderman <r.h.p.vorderman@lumc.nl>
Date: Tue, 23 Jun 2020 13:50:21 +0200
Subject: [PATCH] use newer more experimental image

---
 bwa.wdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bwa.wdl b/bwa.wdl
index 3f1276d..375d8d0 100644
--- a/bwa.wdl
+++ b/bwa.wdl
@@ -94,7 +94,7 @@ task Kit {
         Int threads = 4
         String memoryGb = 1 + ceil(size(bwaIndex.indexFiles, "G"))
         Int timeMinutes = 1 + ceil(size([read1, read2], "G") * 220 / threads)
-        String dockerImage = "biocontainers/bwakit:v0.7.15_cv1"
+        String dockerImage = "biowdl/bwakit:0.7.17-dev-experimental"
     }
 
     command {
-- 
GitLab