Installing BLAST
Procedure
- Use PuTTY to log in to the server as the root user.
- Decompress the source package.
tar zxvf ncbi-blast-2.9.0+-src.tar.gz
- Go to the directory generated after the decompression.
cd ncbi-blast-2.9.0+-src
- Perform the compilation and installation.
./configure --prefix=/path/to/blast make -j make -j install
- Load the environment variable.
export PATH=/path/to/blast/bin:$PATH
Parent topic: Configuring the Compilation Environment