我要评分
获取效率
正确性
完整性
易理解

Installing Blat

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to install dependencies:
    yum install libpng-devel -y
  3. Run the following command to decompress the Blat installation package:
    tar zxvf blat-35.1.tar.gz
  4. Run the following command to go to the directory generated after the decompression:
    cd blat-35.1/
  5. Run the following command to declare the installation environment:
    export MACHTYPE=aarch64
  6. Run the following command to perform the compilation and installation:
    make
  7. Run the following command to declare the Blat environment variable:
    export PATH=/path/to/BLAT/blat-35.1/bin:$PATH