JetBrains-Research / washu

Reproducible and scalable technical pipelines for ChIP-Seq and RNA-Seq processing
https://artyomovlab.wustl.edu/aging
MIT License
0 stars 0 forks source link

GEO downloader doesn't work due to NCBI API changes #54

Open iromeo opened 6 years ago

iromeo commented 6 years ago

E.g. we cannot batch download files by GSMxxx id using GSMnnn to SRXnnn mapping and NCBI FTP /ftp.ncbi.nlm.nih.gov/sra/sra-instant/reads/ByExp/sra/SRX . So we cannot use aspera or rsync with urls like rsync://ftp.ncbi.nlm.nih.gov/sra/sra-instant/reads/ByExp/sra/SRX/SRX212/SRX212665.

Alternative way is:

We need to change scripts/geo_rsync.sh to support that.