Blast Multifasta Against Ncbi Nr Database, And Download All The Results
1
0
Entering edit mode
11.1 years ago

Hello, I have a fasta file with 7600 nucleotide sequences, I have a local nr database formated for blast, with makeblastdb, I don't use formatdb because it give errors (zero length sequences).

I blast all my 7600 sequences, but only 20! have a hit against the nr database.

This looks very strange to me, so I pick some sequences, and blast manually from the NCBI website, and obviously this give to me results for every sequence..

so, 2 questions, what could be wrong in my local blast?

and two, I can blast all my sequences using the NCBI webpage, but I can't figure out how to download all the results at once, instead I have to download manually one by one, and I can't do this for 7600 sequences, any workaround?

thanks in advance

Cristian

ncbi blast • 6.1k views
ADD COMMENT
0
Entering edit mode

What's the blast command you used to blast against your local NR database?

ADD REPLY
0
Entering edit mode

blastall -p blastn -d nr -i ps.fas -o blast_out.txt

ADD REPLY
2
Entering edit mode
11.1 years ago
Neilfws 49k

I can see two potential problems.

First, you have formatted the BLAST database using makeblastdb, which is from the newer BLAST+ software package. However, to run BLAST you are using the command blastall, which is from the older version of BLAST. You should be running blastn if you used makeblastdb, or blastall if formatdb was used. Messages about zero-length sequences are not necessarily errors; they may just be warnings.

Second: this is probably not an issue but NCBI uses nr to denote non-redundant protein, nt for non-redundant nucleotide. I just wanted to check that your nr is indeed nucleotide sequences.

ADD COMMENT
0
Entering edit mode

+1 In addition to these points there may also be some formatting issues with the input, given the error messages. I think that formatting the db correctly and using the correct db for the program will probably solve this problem though.

ADD REPLY
1
Entering edit mode

The problem is to me obviously the blastn vs nr. Try "blastx" instead.

ADD REPLY

Login before adding your answer.

Traffic: 2946 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6