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 b42c7f1 commit cd77365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_analysis/00-prepare.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ In Rstudio, navigate to the terminal tab (next to the console). This gives you a

```{bash eval=F}
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 cd77365

Please sign in to comment.