-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
26 lines (14 loc) · 1.14 KB
/
Copy pathMakefile
File metadata and controls
26 lines (14 loc) · 1.14 KB
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
GSM6379997_203927450093_R01C01_Grn.idat:
wget https://ftp.ncbi.nlm.nih.gov/geo/samples/GSM6379nnn/GSM6379997/suppl/GSM6379997%5F203927450093%5FR01C01%5FGrn.idat.gz ;
gunzip GSM6379997_203927450093_R01C01_Grn.idat.gz
GSM6379997_203927450093_R01C01_Red.idat:
wget https://ftp.ncbi.nlm.nih.gov/geo/samples/GSM6379nnn/GSM6379997/suppl/GSM6379997%5F203927450093%5FR01C01%5FRed.idat.gz ;
gunzip GSM6379997_203927450093_R01C01_Red.idat.gz
GSM5720495_10003886252_R01C01_Grn.idat:
wget -O GSM5720495_10003886252_R01C01_Grn.idat.gz "https://www.ncbi.nlm.nih.gov/geo/download/?acc=GSM5720495&format=file&file=GSM5720495%5F10003886252%5FR01C01%5FGrn%2Eidat%2Egz" ;
gunzip GSM5720495_10003886252_R01C01_Grn.idat.gz
GSM5720495_10003886252_R01C01_Red.idat:
wget -O GSM5720495_10003886252_R01C01_Red.idat.gz "https://www.ncbi.nlm.nih.gov/geo/download/?acc=GSM5720495&format=file&file=GSM5720495%5F10003886252%5FR01C01%5FRed%2Eidat%2Egz" ;
gunzip GSM5720495_10003886252_R01C01_Red.idat.gz
test: GSM5720495_10003886252_R01C01_Grn.idat GSM5720495_10003886252_R01C01_Red.idat GSM6379997_203927450093_R01C01_Grn.idat GSM6379997_203927450093_R01C01_Red.idat
echo "Done"