From 75bb0cbcf2d2ccc57e8c5857f140cffe2a310c67 Mon Sep 17 00:00:00 2001
From: DavyCats <davycats.dc@gmail.com>
Date: Thu, 25 Aug 2022 13:57:10 +0200
Subject: [PATCH] update survivor version

---
 CHANGELOG.md | 1 +
 survivor.wdl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f4fed5..b0b7c3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ that users understand how the changes affect the new version.
 -->
 version 5.1.0-dev
 ---------------------------
++ Updated SURVIVOR version to 1.0.7
 + Move all memory notation to `KiB`, `MiB` and `GiB` from `K`, `M` and `G` 
   previously. The WDL spec clearly distuingishes between SI and binary 
   notations. Since Java always takes `K`, `M` and `G` to mean `KiB`, `MiB` and 
diff --git a/survivor.wdl b/survivor.wdl
index b233fb5..ae246f6 100644
--- a/survivor.wdl
+++ b/survivor.wdl
@@ -33,7 +33,7 @@ task Merge {
 
         String memory = "24GiB"
         Int timeMinutes = 60
-        String dockerImage = "quay.io/biocontainers/survivor:1.0.6--h6bb024c_0"
+        String dockerImage = "quay.io/biocontainers/survivor:1.0.7--hd03093a_2"
     }
 
     command {
-- 
GitLab