Skip to content

Commit

Permalink
Remove quay.io (nf-core#3496)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored and buehlere committed Jul 18, 2023
1 parent 4512120 commit af748a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nf-core/tabix/bgziptabix/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit af748a9

Please sign in to comment.