Update main.nf

This commit is contained in:
Alexander Peltzer 2022-06-10 10:53:09 +02:00 committed by GitHub
parent e36b79201d
commit 8032833e6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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