From 1308c1812e3c3c62546bd44cd5015923f8cd0024 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Fri, 17 Jul 2020 08:16:57 +0200 Subject: [PATCH] update default images --- bcftools.wdl | 2 +- chunked-scatter.wdl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bcftools.wdl b/bcftools.wdl index e1ec305..60224b0 100644 --- a/bcftools.wdl +++ b/bcftools.wdl @@ -87,7 +87,7 @@ task Stats { Int threads = 0 Int timeMinutes = 1 + 2* ceil(size(select_all([inputVcf, compareVcf]), "G")) # TODO: Estimate, 2 minutes per GB, refine later. String memory = "256M" - String dockerImage = "quay.io/biocontainers/bcftools:1.9--ha228f0b_3" + String dockerImage = "quay.io/biocontainers/bcftools:1.10.2--h4f4756c_2" } command { diff --git a/chunked-scatter.wdl b/chunked-scatter.wdl index 3ef0c74..b54a7d2 100644 --- a/chunked-scatter.wdl +++ b/chunked-scatter.wdl @@ -30,7 +30,7 @@ task ChunkedScatter { String memory = "256M" Int timeMinutes = 2 - String dockerImage = "quay.io/biocontainers/chunked-scatter:0.2.0--py_0" + String dockerImage = "quay.io/biocontainers/chunked-scatter:1.0.0--py_0" } command { -- GitLab