-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDataToDownload.txt
40 lines (28 loc) · 1 KB
/
DataToDownload.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#Instructions to download data using wget from the DKFZ ftp.
##Instructions:
Choose a place on your computer with at least 1GB of space.
##Links to data:
#Day1:
#Tutorial 1:
https://s3-us-west-2.amazonaws.com/10x.files/samples/cell/pbmc3k/pbmc3k_filtered_gene_bc_matrices.tar.gz
#Tutorial 2:
##Manually:
#E6.75: https://hub.dkfz.de/s/Da9iHMQQzYAqBcA
#meta-data: https://hub.dkfz.de/s/6XB5LT8MeGf644w
#Full data (optional): https://hub.dkfz.de/s/mWcE2NDcMpS8ozx
#Day2:
##Manually:
https://hub.dkfz.de/s/QkqTwi8BrgcRgFE/download
##Command line:
cd day2
wget https://hub.dkfz.de/s/QkqTwi8BrgcRgFE/download -O gastrulation_data.zip
unzip gastrulation_data.zip
#Day3:
##Manually:
Visium data: https://hub.dkfz.de/s/HEaCoDNqozPwJ8p
MERFISH data: https://www.dropbox.com/sh/wfxjdi24safkbvy/AAChmwFZyhJSGkRTUe_a0rPaa?dl=0
Wget example:
```
wget -r -nH --cut-dirs=3 https://s3-us-west-2.amazonaws.com/10x.files/samples/cell/pbmc3k/pbmc3k_filtered_gene_bc_matrices.tar.gz
```
Alternatively you can use a Gui like FileZilla