Local blast database
I tried to use a "update_blastdb.pl" perl skript to build a blast database locally. I ran update_blastdb.pl --decompress refseq_protein but got this error
.
What do you think about it? Best regards!
database
update_blastdb.pl
blast
• 1,768 views
•
link
written
by
Vasiliy Krestov •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
download BLAST NCBI nt database
written by Sony Nguyen •Hi everyone, I am trying to download BLAST NCBI nt database by using this ./update_blastdb.pl nt --decompress --num_threads 16 But it has only done for …
-
blast: error while reading seqid using ncbi database
written by darioberI'm getting "`error while reading seqid`" using blast databases from NCBI. The following is just to reproduce the error, don't worry about whether it makes …
-
Strange fasta file
written by Vasiliy Krestov •Got this fasta file when tried to gather fasta protein sequences using list of accessions as a query, local nr database and blastdbcmd tool from …
-
downloading (and using) a NCBI BLAST database
written by wiscoyogi •question: how to convert downloaded tar.gz and .gz.md5 files to a database blastn can work with? I downloaded the nr database to do some command …
-
Trimming of adapters and indexes
written by Vasiliy Krestov •I investigate a protein which binds small DNA (<30 nt) and have a library of these small DNA. I know that adapters and indexes are …
-
Yeast genome annotation: How to predict genes and CDS of them?
written by trinset.we •Dear everyone, I'm really new about genome annotation. I tried to use GenSAS and now I know nucleotide and amino acid sequences which are encoded …
-
[Errno 2] No such file or directory: '0-rawreads' when I run Falcon unzip with hifi data
written by Feng •Hi all, I am running the falcon-unzip in a server, but got this error ![enter image description here][1] Here ia my fc_unzip.cfg file ![enter image …
-
BLAST Database error: No alias or index file found for nucleotide database [nr] in search path
written by BoKuToTsuZenU •Hi, I'm a newbie in bioinformatics. I've tried using blast. Specifically, I've tried to use ``` perl [PATH TO THE blast]/update_blastdb.pl --passive --decompress nr ``` …
-
Indexing error with local blast
written by ando.kelli •Hi all, I'm trying to do a blast to local NCBI nt database in Linux. The code I've used to download and decompress the DB …
-
blast database formatting issue
written by 4galaxy77Hi, I downloaded the nt nucleotide database using: $ ./update_blast.pl nt --decompress Which seemed to work fine - all the files from nt.00 to nt.46 …
Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.
You are probably having network issues. See if you can download the required files separately and then have the update script use those files.
I don't think that it's a network. I use a dedicated server from some company which is quite stable. And the program gives this error only after the first file is fully downloaded. Thanks for your suggestion, I will try other ways)
Maybe try on a different machine just in case, or download manually and verify using checksums - that might give you an idea on why the error is happening.
I think I'll download fasta records for all proteins from refseq and after that, I am going to concatenate these files in one and run makeblastdb from blast+...