From 7b5872dd2d2e25bb268e2a3201ff32017be8cddd Mon Sep 17 00:00:00 2001 From: Luca Cozzuto Date: Fri, 5 Sep 2025 12:03:14 +0200 Subject: [PATCH] Update main.nf fixed wrong container --- modules/nf-core/cellranger/mkref/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/cellranger/mkref/main.nf b/modules/nf-core/cellranger/mkref/main.nf index b0218939a634..e8fb6f0c1009 100644 --- a/modules/nf-core/cellranger/mkref/main.nf +++ b/modules/nf-core/cellranger/mkref/main.nf @@ -2,7 +2,7 @@ process CELLRANGER_MKREF { tag "$fasta" label 'process_high' - container "nf-core/cellranger:9.0.1" + container "quay.io/nf-core/cellranger:9.0.1" input: path fasta