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
What's the blast command you used to blast against your local NR database?
blastall -p blastn -d nr -i ps.fas -o blast_out.txt