Skip to content

Commit

Permalink
ypriverol -> biocontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Mar 15, 2022
1 parent aee9acf commit e3bcbae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/diann/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ process DIANN {

//singularity image ?
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
container "biocontainers/diann:1.8.0"
container "biocontainers/diann:v1.8.0_cv1"
} else {
container "biocontainers/diann:1.8.0"
container "biocontainers/diann:v1.8.0_cv1"
}

input:
Expand Down

0 comments on commit e3bcbae

Please sign in to comment.