From 06ebc17d0be962bcc56ecc2742e441d3ff2b54cf Mon Sep 17 00:00:00 2001 From: Adrian Altenhoff Date: Tue, 3 Jan 2023 10:07:57 +0100 Subject: [PATCH] bump workflow to container 2022.0 --- nextflow.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nextflow.config b/nextflow.config index 89f2875..1d955e4 100644 --- a/nextflow.config +++ b/nextflow.config @@ -10,13 +10,13 @@ profiles { docker { process { withLabel: py { - container = "qfobenchmark/python:2020.2.1" + container = "qfobenchmark/python:2022.0" } } process { withLabel: darwin { - container = "qfobenchmark/darwin:2020.2.1" + container = "qfobenchmark/darwin:2022.0" } } @@ -28,11 +28,11 @@ profiles { singularity { process { withLabel: py { - container = "qfobenchmark/python" + container = "qfobenchmark/python:2022.0" } withLabel: darwin { - container = "qfobenchmark/darwin" + container = "qfobenchmark/darwin:2022.0" } } singularity.enabled = true