mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Fix sortmerna docker container pointer (#791)
This commit is contained in:
parent
a38508fcbb
commit
714ec6823e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ process SORTMERNA {
|
||||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||||
container "https://depot.galaxyproject.org/singularity/sortmerna:4.3.4--h9ee0642_0"
|
container "https://depot.galaxyproject.org/singularity/sortmerna:4.3.4--h9ee0642_0"
|
||||||
} else {
|
} else {
|
||||||
container "quay.io/biocontainers/sortmerna:sortmerna:4.3.4--h9ee0642_0"
|
container "quay.io/biocontainers/sortmerna:4.3.4--h9ee0642_0"
|
||||||
}
|
}
|
||||||
|
|
||||||
input:
|
input:
|
||||||
|
|
Loading…
Reference in a new issue