Installing Blat
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to install dependencies:
yum install libpng-devel -y
- Run the following command to decompress the Blat installation package:
tar zxvf blat-35.1.tar.gz
- Run the following command to go to the directory generated after the decompression:
cd blat-35.1/
- Run the following command to declare the installation environment:
export MACHTYPE=aarch64
- Run the following command to perform the compilation and installation:
make
- Run the following command to declare the Blat environment variable:
export PATH=/path/to/BLAT/blat-35.1/bin:$PATH
Parent topic: Configuring the Compilation Environment