From af748a9620d5b0193cd8112a50d9171788d1a7ce Mon Sep 17 00:00:00 2001 From: Maxime U Garcia Date: Wed, 7 Jun 2023 18:04:29 +0200 Subject: [PATCH] Remove quay.io (#3496) cf https://github.com/nf-core/modules/pull/3424 --- modules/nf-core/tabix/bgziptabix/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nf-core/tabix/bgziptabix/main.nf b/modules/nf-core/tabix/bgziptabix/main.nf index fef528fcdf8..d6c5a760f3d 100644 --- a/modules/nf-core/tabix/bgziptabix/main.nf +++ b/modules/nf-core/tabix/bgziptabix/main.nf @@ -5,7 +5,7 @@ process TABIX_BGZIPTABIX { conda "bioconda::tabix=1.11" container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? 'https://depot.galaxyproject.org/singularity/tabix:1.11--hdfd78af_0' : - 'quay.io/biocontainers/tabix:1.11--hdfd78af_0' }" + 'biocontainers/tabix:1.11--hdfd78af_0' }" input: tuple val(meta), path(input)