To ensure the smooth execution of blast programs, we need to set up a BLAST configuration file, named ncbi.ini to instruct blast the location of the data directory and db directory. In the above setup, the path to data directory and db directory should be specified the following way:
[NCBI]
DATA=E:\blast-2.2.15\data
[BLAST]
BLASTDB=E:\blast-2.2.15\db
Users can use the following steps to create this file on PC:
Note that matrices are hard-coded in newer version of BLAST (2.2.13 and latter). With -V F setting, default since 2.2.14, blastall will no longer need to read the matrix information from an outside file. We should still specify the path to data directory just in case we need to use the old engine (-V T setting). In addition, firewall configuration related to NCBI programs, such as blastcl3, will need to be stored in this ncbi.ini file. See Appendix for more information (Section ###).