This is a test version of Biostars. For the public version, visit https://www.biostars.org.
bacterial protein data from NCBI

I want to do a local blast using all the bacterial protein data from NCBI. Is there any way to download all the data from NCBI?

blast sequencing genome gene

1 answer

I would recommend that you just download the nr database with update_blastdb.pl and then pipe blastdbcmd output where you filter all bacterial GIs from nr to blastdb_aliastool. All these tools ship with blast. The taxonomy ID for Bacteria is "2". See here.

Log in to answer this question.