Skip to content

Commit

Permalink
P0
Browse files Browse the repository at this point in the history
  • Loading branch information
jessyjli committed Dec 12, 2023
1 parent cd77365 commit 22528ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_analysis/00-prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ In Rstudio, navigate to the terminal tab (next to the console). This gives you a

```bash

scp [email protected]:/share/workshop/scRNA_workshop/cellranger_outs/expression_data_cellranger.tar.gz ./
tar -xzf expression_data_cellranger.tar.gz
scp [email protected]:/share/workshop/scRNA_workshop/cellranger_outs/expression_data_cellranger.zip ./
unzip expression_data_cellranger.zip
```

**Some Windows users may need to use Filezilla/WinSCP to download the file instead.**
Expand Down

0 comments on commit 22528ea

Please sign in to comment.