Skip to content

Commit

Permalink
remove quay but leave the docker.io repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Oct 17, 2024
1 parent 6773f5b commit 1d63040
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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 "nf-core/fusioncatcher:1.33"
container "docker.io/clinicalgenomics/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 "nf-core/fusioncatcher:1.33"
container "docker.io/clinicalgenomics/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.7 bioconda::hmmer=3.4 bioconda::star-fusion=1.13.0 bioconda::trinity=2.15.1 bioconda::samtools=1.19.2 bioconda::star=2.7.11b"
container "nf-core/starfusion:1.13.0"
container 'docker.io/trinityctat/starfusion:1.13.0'

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

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


input:
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 "nf-core/fusion-report:2.1.8"
container "docker.io/clinicalgenomics/fusion-report:2.1.8"

input:
val(username)
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.7 bioconda::hmmer=3.4 bioconda::star-fusion=1.13.0 bioconda::trinity=2.15.1 bioconda::samtools=1.19.2 bioconda::star=2.7.11b"
container "nf-core/starfusion:1.13.0"
container "docker.io/trinityctat/starfusion:1.13.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.7 bioconda::hmmer=3.4 bioconda::star-fusion=1.13.0 bioconda::trinity=2.15.1 bioconda::samtools=1.19.2 bioconda::star=2.7.11b"
container "nf-core/starfusion:1.13.0"
container 'docker.io/trinityctat/starfusion:1.13.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.7 bioconda::hmmer=3.4 bioconda::star-fusion=1.13.0 bioconda::trinity=2.15.1 bioconda::samtools=1.19.2 bioconda::star=2.7.11b"
container "nf-core/starfusion:1.13.0"
container 'docker.io/trinityctat/starfusion:1.13.0'

output:
path "ctat_genome_lib_build_dir/*" , emit: reference
Expand Down

0 comments on commit 1d63040

Please sign in to comment.