Program For Retreiving Refseq Sequence
2
3
Entering edit mode
13.9 years ago
Divya ▴ 260

Hi,
Thanks in advance.I have to download the entire refseq files from NCBI.Is there any way to write a program for downloading these files ?

programming • 3.5k views
ADD COMMENT
6
Entering edit mode
13.9 years ago

If you're familiar with unix, have a look at those FTP/HTTP clients

as your question is not strictly related to bioinformatics (it could be any kind of file), you can also submit your problem at http://superuser.com/

ADD COMMENT
2
Entering edit mode
wget -r ftp://ftp.ncbi.nih.gov/refseq/release -w 1

this will download the whole latest refseq release on the current directory, recursively. The -w option is recommended because it will lightens the load on ncbi's server.

ADD REPLY
0
Entering edit mode

Anything that can recursively handle an FTP connection would do, including most FTP clients...

ADD REPLY
2
Entering edit mode
13.9 years ago

wget and curl are very good options. If you want something more user-friendly, DownloadThemAll is a nice Firefox extension.

ADD COMMENT

Login before adding your answer.

Traffic: 2010 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