mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update main.nf
This commit is contained in:
parent
8032833e6e
commit
e499abe572
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ process CELLRANGER_MKGTF {
|
||||||
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:
|
||||||
path gtf
|
path gtf
|
||||||
|
|
Loading…
Reference in a new issue