Skip to content

Commit

Permalink
fix docker image address
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Marie Noronha committed Feb 27, 2024
1 parent 535773c commit b6e65e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/local/agfusion/batch/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process AGFUSION_BATCH {
conda 'bioconda::agfusion=1.252'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://cmopipeline/agfusion:0.0.6' :
'docker://cmopipeline/agfusion:0.0.6' }"
'docker.io/cmopipeline/agfusion:0.0.6' }"

input:
tuple val(meta), path(fusions)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/agfusion/download/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process AGFUSION_DOWNLOAD {
conda 'bioconda::agfusion=1.252'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://cmopipeline/agfusion:0.0.6' :
'docker://cmopipeline/agfusion:0.0.6' }"
'docker.io/cmopipeline/agfusion:0.0.6' }"

input:
val(ensembl_release)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/metafusion/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process METAFUSION {

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker://cmopipeline/metafusion:0.0.6' :
'docker://cmopipeline/metafusion:0.0.6' }"
'docker.io/cmopipeline/metafusion:0.0.6' }"

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

0 comments on commit b6e65e4

Please # to comment.