Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use quay.io as registry for all containers #497

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/local/arriba/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process ARRIBA_DOWNLOAD {
conda "bioconda::gnu-wget=1.18"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/gnu-wget:1.18--h5bf99c6_5' :
'quay.io/biocontainers/gnu-wget:1.18--h5bf99c6_5' }"
'biocontainers/gnu-wget:1.18--h5bf99c6_5' }"

output:
path "versions.yml" , emit: versions
Expand Down
2 changes: 1 addition & 1 deletion modules/local/convert2bed/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process CONVERT2BED {
conda "bioconda::bedops=2.4.41"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/bedops:2.4.41--h9f5acd7_0' :
'quay.io/biocontainers/bedops:2.4.41--h9f5acd7_0' }"
'biocontainers/bedops:2.4.41--h9f5acd7_0' }"

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

input:
val ensembl_version
Expand Down
2 changes: 1 addition & 1 deletion modules/local/fusioncatcher/detect/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process FUSIONCATCHER {
label 'process_high'

conda "bioconda::fusioncatcher=1.33"
container "docker.io/clinicalgenomics/fusioncatcher:1.33"
container "nf-core/fusioncatcher:1.33"

input:
tuple val(meta), path(fasta)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/fusioncatcher/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process FUSIONCATCHER_DOWNLOAD {
label 'process_medium'

conda "bioconda::fusioncatcher=1.33"
container "docker.io/clinicalgenomics/fusioncatcher:1.33"
container "nf-core/fusioncatcher:1.33"

output:
path "*" , emit: reference
Expand Down
2 changes: 1 addition & 1 deletion modules/local/fusioninspector/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process FUSIONINSPECTOR {
label 'process_high'

conda "bioconda::dfam=3.3 bioconda::hmmer=3.3.2 bioconda::star-fusion=1.12.0 bioconda::samtools=1.9 bioconda::star=2.7.8a"
container 'docker.io/trinityctat/starfusion:1.12.0'
container "nf-core/starfusion:1.12.0"

input:
tuple val(meta), path(reads), path(fusion_list)
Expand Down
3 changes: 1 addition & 2 deletions modules/local/fusionreport/detect/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ process FUSIONREPORT {
label 'process_medium'

conda "bioconda::star=2.7.9a"
container "docker.io/clinicalgenomics/fusion-report:2.1.8"

container "nf-core/fusion-report:2.1.8"

input:
tuple val(meta), path(reads), path(arriba_fusions), path(starfusion_fusions), path(fusioncatcher_fusions)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/fusionreport/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process FUSIONREPORT_DOWNLOAD {
label 'process_medium'

conda "bioconda::star=2.7.9a"
container "docker.io/clinicalgenomics/fusion-report:2.1.8"
container "nf-core/fusion-report:2.1.8"

input:
val(username)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/hgnc/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process HGNC_DOWNLOAD {
conda "bioconda::gnu-wget=1.18"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/gnu-wget:1.18--h5bf99c6_5' :
'quay.io/biocontainers/gnu-wget:1.18--h5bf99c6_5' }"
'biocontainers/gnu-wget:1.18--h5bf99c6_5' }"

input:

Expand Down
3 changes: 1 addition & 2 deletions modules/local/rrnatranscripts/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ process RRNA_TRANSCRIPTS {

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/python:3.9--1' :
'quay.io/biocontainers/python:3.9--1' }"

'biocontainers/python:3.9--1' }"

input:
tuple val(meta), path(gtf)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/starfusion/build/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process STARFUSION_BUILD {
tag 'star-fusion'

conda "bioconda::dfam=3.3 bioconda::hmmer=3.3.2 bioconda::star-fusion=1.12.0 bioconda::trinity=2.13.2 bioconda::samtools=1.9 bioconda::star=2.7.8a"
container "docker.io/trinityctat/starfusion:1.12.0"
container "nf-core/starfusion:1.12.0"

input:
tuple val(meta), path(fasta)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/starfusion/detect/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process STARFUSION {
label 'process_high'

conda "bioconda::dfam=3.3 bioconda::hmmer=3.3.2 bioconda::star-fusion=1.12.0 bioconda::trinity=2.13.2 bioconda::samtools=1.9 bioconda::star=2.7.8a"
container 'docker.io/trinityctat/starfusion:1.12.0'
container "nf-core/starfusion:1.12.0"

input:
tuple val(meta), path(reads), path(junction)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/starfusion/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process STARFUSION_DOWNLOAD {
tag 'star-fusion'

conda "bioconda::dfam=3.3 bioconda::hmmer=3.3.2 bioconda::star-fusion=1.12.0 bioconda::trinity=2.13.2 bioconda::samtools=1.9 bioconda::star=2.7.8a"
container 'docker.io/trinityctat/starfusion:1.12.0'
container "nf-core/starfusion:1.12.0"

output:
path "ctat_genome_lib_build_dir/*" , emit: reference
Expand Down
2 changes: 1 addition & 1 deletion modules/local/uscs/custom_gtftogenepred/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process GTF_TO_REFFLAT {
conda "bioconda::ucsc-gtftogenepred=377"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ucsc-gtftogenepred:377--ha8a8165_5' :
'quay.io/biocontainers/ucsc-gtftogenepred:377--ha8a8165_5' }"
'biocontainers/ucsc-gtftogenepred:377--ha8a8165_5' }"

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

input:
tuple val(meta), path(fusioninspector_tsv), path(fusioninspector_gtf_tsv), path(fusionreport_report), path(fusionreport_csv)
Expand Down
Loading