diff --git a/day1/day1-1a_cellranger.qmd b/day1/day1-1a_cellranger.qmd index b5c06a5..f503de2 100644 --- a/day1/day1-1a_cellranger.qmd +++ b/day1/day1-1a_cellranger.qmd @@ -64,7 +64,7 @@ The input you need to run `cellranger count` are the sequence reads and a refere To be able to run cellranger in the compute environment, first run: ```sh -export PATH=/data/cellranger-8.0.0:$PATH +export PATH=/data/cellranger-8.0.1:$PATH ``` Have a look at the documentation of [`cellranger count`](https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/count) (scroll down to *Command-line argument reference*).