Tool:NCBI-SRA File Downloader
3
5
Entering edit mode
8.7 years ago

NCBI-SRA has stopped direct download of SRA files from their website. I have created a website that might help in getting the required SRA files if the run number is known from the NCBI-SRA website.

URL: http://sradownload.com

NCBI sra sequence • 3.7k views
ADD COMMENT
1
Entering edit mode
ADD REPLY
1
Entering edit mode

The web interface is a heck of a lot faster than searching through the ftp directories, so that is a plus. My only suggestion to OP would be to return fastq because if you need the sra-toolkit to extract the data then you can just download the file from the command line. In which case, I don't see the real benefit of a web interface.

ADD REPLY
0
Entering edit mode

sra hasn't stopped any type of download. what do you mean? and why download the files when you can manage access with the toolkit which locates data on NCBI servers using accessions. ftp paths are irrelevant.

ADD REPLY
1
Entering edit mode
8.2 years ago
Shicheng Guo ★ 9.4k

Take SRA112056 as the example, you can download it with the following bash command:

cd /home/shg047/oasis/Holger2016
screen -S SRA112056.Download 
wget -r -c -l 2 -nH --cut-dirs=4 ftp://ftp.ddbj.nig.ac.jp/ddbj_database/dra/fastq/SRA112/SRA112056/
ADD COMMENT
0
Entering edit mode
8.2 years ago
Naren ▴ 1000

Why not directly get fastq files from EBI FTP?

ADD COMMENT
1
Entering edit mode

This was already posted in the comments section. Short answer: a web interface is easier to navigate than an FTP tree and may be preferable for finding files.

ADD REPLY
0
Entering edit mode

Sorry, I just posted without looking at comments.

ADD REPLY
0
Entering edit mode
8.1 years ago
Ginsea Chen ▴ 130

wget is so slow, you can download it by using aspera software. The more detail information about this method was pasted in my blog: http://blog.sciencenet.cn/blog-1334016-923025.html.

ADD COMMENT

Login before adding your answer.

Traffic: 1820 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6