From d07f549302c4d79571788610ba16be235b7dfd89 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman <r.h.p.vorderman@lumc.nl> Date: Tue, 8 Oct 2019 14:32:10 +0200 Subject: [PATCH] update biowdl-input-converter image --- common.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.wdl b/common.wdl index 8fca2c7..dccac85 100644 --- a/common.wdl +++ b/common.wdl @@ -162,7 +162,7 @@ task YamlToJson { File yaml String outputJson = basename(yaml, "\.ya?ml$") + ".json" # biowdl-input-converter has python and pyyaml. - String dockerImage = "quay.io/biocontainers/biowdl-input-converter:0.1.0--py_0" + String dockerImage = "quay.io/biocontainers/biowdl-input-converter:0.2.0--py_0" } command { set -e -- GitLab