From e8c5e38fa05474b3f9fe1849cd7232f499d0f060 Mon Sep 17 00:00:00 2001 From: MarieLataretu <52002068+MarieLataretu@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:49:10 +0100 Subject: [PATCH] fix typo -.- --- configs/container.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/container.config b/configs/container.config index 5f9e9ca..38b6697 100644 --- a/configs/container.config +++ b/configs/container.config @@ -16,7 +16,7 @@ process { withLabel: bamclipper { container = "quay.io/biocontainers/bamclipper:1.0.0--hdfd78af_2"} withLabel: liftoff { container = "rkimf1/liftoff:1.6.2--b2a5be2"} withLabel: pigz { container = "rkimf1/pigz:2.6--0d38cb2"} - withLabel: python { container = "rkimf1/template:3.8--4e0c9e"} + withLabel: python { container = "rkimf1/template:3.8--4e0c9e1"} withLabel: sc2rf { container = "rkimf1/sc2rf:bd2a400--5c978ae"} withLabel: president { container = "rkimf1/president:0.6.8--4616f6d"} }