Skip to content

Commit

Permalink
quay.io/ is now the default
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Dec 7, 2023
1 parent c15d923 commit 4094724
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/local/pacbio_filter.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process PACBIO_FILTER {
conda "conda-forge::gawk=5.1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/gawk:5.1.0' :
'quay.io/biocontainers/gawk:5.1.0' }"
'biocontainers/gawk:5.1.0' }"

input:
tuple val(meta), path(txt)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/samplesheet_check.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process SAMPLESHEET_CHECK {
conda "conda-forge::python=3.8.3"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.8.3' :
'quay.io/biocontainers/python:3.8.3' }"
'biocontainers/python:3.8.3' }"

input:
path samplesheet
Expand Down
2 changes: 1 addition & 1 deletion modules/local/samtools_sormadup.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process SAMTOOLS_SORMADUP {
conda "bioconda::samtools=1.17"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/samtools:1.17--h00cdaf9_0' :
'quay.io/biocontainers/samtools:1.17--h00cdaf9_0' }"
'biocontainers/samtools:1.17--h00cdaf9_0' }"

input:
tuple val(meta), path(input)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/unmask.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process UNMASK {
conda "conda-forge::gawk=5.1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/gawk:5.1.0' :
'quay.io/biocontainers/gawk:5.1.0' }"
'biocontainers/gawk:5.1.0' }"

input:
tuple val(meta), path(fasta)
Expand Down

0 comments on commit 4094724

Please sign in to comment.