From d840720f4d98fa090dcf7adc0f0646cff40512d9 Mon Sep 17 00:00:00 2001 From: Shaun Regenbaum Date: Thu, 15 Feb 2024 10:55:48 +0200 Subject: [PATCH] updated tag version to 2 --- modules/nf-core/modules/snpeff/main.nf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/nf-core/modules/snpeff/main.nf b/modules/nf-core/modules/snpeff/main.nf index 93cf29a..ba02fbe 100644 --- a/modules/nf-core/modules/snpeff/main.nf +++ b/modules/nf-core/modules/snpeff/main.nf @@ -4,8 +4,9 @@ process SNPEFF { conda (params.enable_conda ? "bioconda::snpeff=5.1" : null) container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/snpeff:5.1--hdfd78af_1' : - 'quay.io/biocontainers/snpeff:5.1--hdfd78af_1' }" + 'https://depot.galaxyproject.org/singularity/snpeff:5.1--hdfd78af_2' : + 'quay.io/biocontainers/snpeff:5.1--hdfd78af_2' }" + input: tuple val(meta), path(vcf)