Hi all,
Anyone have any luck downloading the new NCBI nt database core_nt
?
I had the latest nt databse before and I seriously messed up when I wanted to update it yester day with ./update_blastdb.pl --decompress nt
only to have it drop from 191 nt files to 157. I realized this is because they changed the files around and what I want is core_nt
but ./update_blastdb.pl --decompress core_nt
keeps saying:
Warning: No BLASTDB metadata for
core_nt core_nt not found, skipping.
I need the latest database to run my stuff so how do I get this database??
UPDATE!!
As of August 30, 2024 running ./update_blastdb.pl --decompress core_nt is now working! In case anyone else is interested. I did try downloading them manually with no issues, uncompressed them all, but was having issues checking the integrity of the files. But the original update command is working!
Currently redownloading the files and so far no issues reported....will update later if the download was truly successful.
is it just wget ttps://ftp.ncbi.nih.gov/blast/db/core_nt*.gz
Do I need to do anything else manually to ensure this database is downloaded properly and can just call it simply as core_nt? I've only ever used the perl script before.
Get all
core_nt*
files and that should be all you need. Currently there are 65 files so adjust accordingly (for any future visitors. Also may want to get the,md5
sums, if needed).Uncompress in a folder and it should work as
core_nt
. Useblastdbcheck
utility included in theblast+
package to check integrity.I tried to uncompress them as above but it's just giving an error such as:
and this is coming up for every file...however, I do have all of these files in my folder.
I downoaded one of the files and had no issue uncompressing the file. What OS are you working on? What do you see when you do
It was an error in the way I typed it but everything is uncompressed in a
blastdb
folder. All 64 files are there. However I'm getting an error still:My apologies. It looks like there is a file called
core_nt.00.tar.gz
which we originally missed in the code above. Please get that manually (wget https://ftp.ncbi.nih.gov/blast/db/core_nt.00.tar.gz
). I will edit my code above to include that file now. (we originally started loop from01
file instead of00
).