mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update main.nf
This commit is contained in:
parent
e36b79201d
commit
8032833e6e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ process CELLRANGER_COUNT {
|
||||||
if (params.enable_conda) {
|
if (params.enable_conda) {
|
||||||
exit 1, "Conda environments cannot be used when using the Cell Ranger tool. Please use docker or singularity containers."
|
exit 1, "Conda environments cannot be used when using the Cell Ranger tool. Please use docker or singularity containers."
|
||||||
}
|
}
|
||||||
container "nfcore/cellranger:6.1.2"
|
container "nfcore/cellranger:7.0.0"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(reads)
|
tuple val(meta), path(reads)
|
||||||
|
|
Loading…
Reference in a new issue