From 8032833e6e0fd3edeb20d4121885112249f273c4 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Fri, 10 Jun 2022 10:53:09 +0200 Subject: [PATCH] Update main.nf --- modules/cellranger/count/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cellranger/count/main.nf b/modules/cellranger/count/main.nf index 6a206b6e..7413c990 100644 --- a/modules/cellranger/count/main.nf +++ b/modules/cellranger/count/main.nf @@ -5,7 +5,7 @@ process CELLRANGER_COUNT { if (params.enable_conda) { exit 1, "Conda environments cannot be used when using the Cell Ranger tool. Please use docker or singularity containers." } - container "nfcore/cellranger:6.1.2" + container "nfcore/cellranger:7.0.0" input: tuple val(meta), path(reads)