From d6042b245f4aee493c3a82cc7180ab027508b23a Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 26 Jun 2023 11:55:14 -0500 Subject: [PATCH] fix: Move bases2fastq to dockerhub This way it's just reliant on Element --- modules/nf-core/bases2fastq/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/bases2fastq/main.nf b/modules/nf-core/bases2fastq/main.nf index 9fc5a37b6fbe..41a2d14a92eb 100644 --- a/modules/nf-core/bases2fastq/main.nf +++ b/modules/nf-core/bases2fastq/main.nf @@ -2,7 +2,7 @@ process BASES2FASTQ { tag "$meta.id" label 'process_high' - container "nf-core/bases2fastq:1.4.0" + container "docker.io/elembio/bases2fastq:1.4.0" // Exit if running this module with -profile conda / -profile mamba if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {