Skip to content

Commit

Permalink
use updated docker container for defense-finder
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 committed Mar 27, 2024
1 parent 018f189 commit f6c2a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/defensefinder/update/main.nf
Expand Up @@ -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
Expand Down

0 comments on commit f6c2a2a

Please sign in to comment.