Hello all, First, I am trying to run update_blastdb.pl script to download updated database from ncbi ftp site but, got the following error in the command prompt:
C:\inetpub\wwwroot\webclient\blast\bin>perl update_blastdb.pl refseq_rna Connected to NCBI Downloading refseq_rna (8 volumes) ... Downloading refseq_rna.00.tar.gz... Unable to close datastream at update_blastdb .pl line 181 Failed to download refseq_rna.00.tar.gz.md5!
C:\inetpub\wwwroot\webclient\blast\bin>
Any one can explain?
Second, How to decompress database file when using update_blastdb.pl? I try: perl update_blastdb.pl refseq_rna --decompress
But, got this error: Unknown option: decompress Failed to parse command line options
???
First guess: check your internet connection, try to download one of the db files using ftp or a download client in your browser:
ftp://ftp.ncbi.nlm.nih.gov/blast/db/refseq_rna.00.tar.gz.md5
ftp://ftp.ncbi.nlm.nih.gov/blast/db/refseq_rna.00.tar.gz
After you downloaded the above files, check the md5 sum manually, instructions to do this on windows are here: https://support.microsoft.com/en-us/kb/889768
Second guess: your disk is full.
Thanks, I think it from my connection. I have another question I will post it above.