Hi, I just downloaded and decompressed the pre-formatted NCBI nt database, now blastn gives an error message referring to a missing file "nt.58" (which is correct as there are only 57 of them). Can anyone explain whats wrong? Thanks!
update_blastdb.pl --decompress nt
blastn -db ../blastdb/nt -query test.fasta -outfmt 6 -out test.tabular
BLAST Database error: Could not find volume or alias file (nt.58) referenced in alias file (../blastdb/nt).
oh ok, thanks a lot! no, I didn't do an md5sum check yet, figuring out how to do that now.. yes, the nt.nal file contains a list up to "nt.58" whereas the files (.ndh, .nhi, etc.) are only up to "nt.57", which seems strange as I downloaded the whole thing at once. Is there a simple way to fix that?
very simply & hacky is to remove the nt.58 line from the .nal file (though this could result in corrupted DB) .
Indeed, we need to focus on that discrepancy (download & nal file) . Which blast version are you using?
Its blastn: 2.10.1+ I manually downloaded nt.58.tar.gz right now which seems to have been added right during my download yesterday, however, now I get a different error -
BLAST Database error: Input db vol size does not match lmdb vol size
I am now downloading the whole thing once more and hope for the best...