Skip to content

Commit 88ae1ca

Browse files
authored
Update cell_hashing.md
1 parent 2b82507 commit 88ae1ca

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
@@ -98,7 +98,7 @@ Now to run the `cellranger count` command, we can include this information:
9898
--libraries=library.csv \
9999
--transcriptome=/n/shared_db/mm10/uk/cellranger/6.0.0/6.0.0/refdata-gex-mm10-2020-A/ \ # change for experiment
100100
--feature-ref=feature_ref.csv \
101-
--expect-cells=15000 \ # change for experiment
101+
--force-cells=30000 \ # change for experiment
102102
--localcores 6 \
103103
--localmem 64
104104
```

0 commit comments

Comments
 (0)