Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

md5 checksum failure #22

Open
noah472 opened this issue Jun 2, 2023 · 3 comments
Open

md5 checksum failure #22

noah472 opened this issue Jun 2, 2023 · 3 comments

Comments

@noah472
Copy link

noah472 commented Jun 2, 2023

Hi,

I am trying to download the blast_db and keep getting the following md5 error using both the html and from the command line. Any ideas please?

thanks

Downloading...nt.00.tar.gz
100% [....................................................................] 4475995937 / 4475995937
md5Checksum nt.00.tar.gz

Error MD5 checksum not correct

File: ac641a037088694704c0adc0790490ba

Expected: c0d3f5f09610b5e2e4cdea380ffa381c

Problem with nt.00.tar.gz.md5. Please run getblastdb again to check if files are missing
Traceback (most recent call last):
File "/pipeline/getblastdb.py", line 368, in
get_DB()
File "/pipeline/getblastdb.py", line 358, in get_DB
download_from_ftp(filelist, conf)
File "/pipeline/getblastdb.py", line 217, in download_from_ftp
filename, conf)
File "/pipeline/getblastdb.py", line 198, in handle_md5_archive
wget_download(filename, conf)
File "/pipeline/getblastdb.py", line 101, in wget_download
dbfile = check_md5(filename)
File "/pipeline/getblastdb.py", line 129, in check_md5
raise Exception
Exception

@biologger
Copy link
Owner

Hi,

At the moment I don't know what the problem is.
As an alternative use the NCBI update_blastdb.pl script

  $ cd /blastdb

  $ update_blastdb.pl --passive --decompress nt
  # or
  $ update_blastdb.pl --passive --decompress ref_prok_rep_genomes

@noah472
Copy link
Author

noah472 commented Jun 5, 2023

Hi,

thats great- seemed to be a problem with the same nt.00.tar.gz file again, took a few times to actually download and install.

thanks!

@noah472
Copy link
Author

noah472 commented Jun 27, 2023

Just for info, I used the new version of the getblastdb.py and it kept failing, however, if the script is re-run when it fails then it starts the downloads again. The database is now working fine. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants