diff --git a/modules/nf-core/defensefinder/update/main.nf b/modules/nf-core/defensefinder/update/main.nf index 94e6fd99..d48dc9ce 100644 --- a/modules/nf-core/defensefinder/update/main.nf +++ b/modules/nf-core/defensefinder/update/main.nf @@ -17,8 +17,8 @@ process DEFENSEFINDER_UPDATE { conda (params.enable_conda ? conda_env : null) container "${ workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container ? - 'https://depot.galaxyproject.org/singularity/defense-finder:1.2.2--pyhdfd78af_0' : - 'quay.io/biocontainers/defense-finder:1.2.2--pyhdfd78af_0' }" + 'https://depot.galaxyproject.org/singularity/defense-finder:1.2.2--pyhdfd78af_1' : + 'quay.io/biocontainers/defense-finder:1.2.2--pyhdfd78af_1' }" output: path "defense-finder-models-${DF_MODELS_VERSION}.tar", emit: db