Skip to content

Commit

Permalink
fix getbasecountsmultisample container registry
Browse files Browse the repository at this point in the history
  • Loading branch information
anoronh4 committed Nov 20, 2023
1 parent b656b7d commit 95954e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/getbasecountsmultisample/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process GETBASECOUNTSMULTISAMPLE {

conda "bioconda::bamtools=2.5.2"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'cmopipeline/getbasecountsmultisample:1.2.4' :
'cmopipeline/getbasecountsmultisample:1.2.4' }"
'docker://cmopipeline/getbasecountsmultisample:1.2.4' :
'docker://cmopipeline/getbasecountsmultisample:1.2.4' }"

input:
tuple val(meta), path(bam), path(bai), path(variants)
Expand Down

0 comments on commit 95954e3

Please # to comment.