From e7400ced4a7e413f794e05a62c8e2c1261a0e7fc Mon Sep 17 00:00:00 2001 From: Redmar van den Berg <RedmarvandenBerg@lumc.nl> Date: Mon, 7 Jun 2021 14:17:14 +0200 Subject: [PATCH] Move pacbio-merge image to quay.io Docker hub has started to remove unused images from free accounts, which means that it might remove images used by this pipeline without notice. Therefore the pipeline now exclusively uses images from quay.io or official repositories from docker hub, which do not have this limitation. --- pacbio.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacbio.wdl b/pacbio.wdl index 7c0113f..b21c69b 100644 --- a/pacbio.wdl +++ b/pacbio.wdl @@ -26,7 +26,7 @@ task mergePacBio { String outputPathMergedReport String memory = "4G" - String dockerImage = "lumc/pacbio-merge:0.2" + String dockerImage = "quay.io/redmar_van_den_berg/pacbio-merge:0.2" } command { -- GitLab