I am attempting to run a BLAST search remotely using BLAST+.
I can get search to work correctly at the command line with the following commands:
blastp -query proteins.fasta -remote -db nr -out proteins_nr.txt -outfmt 6 -evalue 1e-30
However, I would like to us the remote database titled "Microbial proteins from nr" which is what would be used for the microbial blast search accessing BLAST from the NCBI site.
I'm struggling to find the correct code to access this database instead of just "nr".
Is there a list with the codes of different databases?
Thanks in advance

is there a way to specify this for a -remote blast using blast+
thank you.
– bluescholar1212 Jun 24 '17 at 20:07Microbial proteins from nrdiffers from theenv_nrdatabase. Page 3 of the BLAST manual (ftp://ftp.ncbi.nlm.nih.gov/pub/factsheets/HowTo_BLASTGuide.pdf) lists the available databases - the only reference to the word "microbial" is to the 16s rRNA. That said, I dug around a little more, and it appears there IS a solution - the database is calledMicrobial_proteins. Will update my answer. – flatley176 Jun 25 '17 at 07:16