We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83347f2 commit 0320cc2Copy full SHA for 0320cc2
scRNAseq/scRNAseq_analysis_tutorial/lessons/velocity.md
@@ -25,7 +25,7 @@
25
velocyto run10x -m ../data/mm10_rmsk.gtf ../final/cellranger_6.0.0/count/expect_cells/A1_CKDL210009739-1a-SI_TT_B3_HC2W5DSX2/ genes.gtf
26
27
# Create merged loom object - start by copying first file in 'files' below, then add another loom file in python below.
28
- # cp path_to_file1.loom path_to_file1_2_merged.loom
+ # cp path_to_file1.loom all_merged.loom
29
```
30
31
2. In python merge any loom files desired
0 commit comments