Reference protein database for BLASTp ====== BLASTp is the classical aligner for protein sequences. - Website: https://blast.ncbi.nlm.nih.gov/Blast.cgi - Citation: Altschul SF, Gish W, Miller W, Myers EW, Lipman DJ. Basic local alignment search tool. J. Mol. Biol. 1990. 215(3):403-410. Built using NCBI BLAST+ v2.12.0. Command: ``` makeblastdb -in db.faa -dbtype prot -out WoLr2 -title WoLr2 -parse_seqids ``` Note: This database is in format version 5. It is supported by BLAST+ v2.8.1 and above. - See also: https://ncbiinsights.ncbi.nlm.nih.gov/tag/blastdbv5/