Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lessons/04_cellranger_QC.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Note that prior to this step, **you must have a cellranger compatible reference

Here we are showing an example of how to run `cellranger count` on Harvard's O2 HPC using SLURM. To run this script, you will have to add additional information, such as:

- The name of the project (the results will be placed in a -older of the same name)
- The name of the project (the results will be placed in a folder of the same name)
- Path to the FASTQ files from your experiment
- Path to the reference genome

Expand Down Expand Up @@ -469,4 +469,4 @@ In the **next lesson, we will use `raw_feature_bc_matrix`** to load the counts i

[Next Lesson >>](05_quality_control.qmd)

[Back to Schedule](../schedule/schedule.qmd)
[Back to Schedule](../schedule/schedule.qmd)