Update main.nf

This commit is contained in:
Alexander Peltzer 2022-06-10 11:05:59 +02:00 committed by GitHub
parent cfcd93f3e7
commit 62c4b59d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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