Skip to content

Commit 81f4a81

Browse files
authored
Update cell_hashing.md
1 parent 6aa04f3 commit 81f4a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scRNAseq/scRNAseq_analysis_tutorial/lessons/cell_hashing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The next step is to perform the alignment and counting of the reads. The `cellra
9393
Now to run the `cellranger count` command, we can include this information:
9494
9595
```
96-
cellranger count --id=name_for_output_folder_in_feature_ref.csv\
96+
cellranger count --id=name_for_output_folder\
9797
--libraries=library.csv \
9898
--transcriptome=/n/shared_db/mm10/uk/cellranger/6.0.0/6.0.0/refdata-gex-mm10-2020-A/ \ # change for experiment
9999
--feature-ref=feature_ref.csv \

0 commit comments

Comments
 (0)