We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa04f3 commit 81f4a81Copy full SHA for 81f4a81
scRNAseq/scRNAseq_analysis_tutorial/lessons/cell_hashing.md
@@ -93,7 +93,7 @@ The next step is to perform the alignment and counting of the reads. The `cellra
93
Now to run the `cellranger count` command, we can include this information:
94
95
```
96
- cellranger count --id=name_for_output_folder_in_feature_ref.csv\
+ cellranger count --id=name_for_output_folder\
97
--libraries=library.csv \
98
--transcriptome=/n/shared_db/mm10/uk/cellranger/6.0.0/6.0.0/refdata-gex-mm10-2020-A/ \ # change for experiment
99
--feature-ref=feature_ref.csv \
0 commit comments