mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Update main.nf
This commit is contained in:
parent
cfcd93f3e7
commit
62c4b59d10
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ process CELLRANGER_MKFASTQ {
|
||||||
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/cellrangermkfastq:6.1.2"
|
container "nfcore/cellrangermkfastq:7.0.0"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
path bcl
|
path bcl
|
||||||
|
|
Loading…
Reference in a new issue