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

Installing HTSlib

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Decompress the HTSlib installation package.
    tar -zxvf htslib-1.14.tar.bz2
  3. Go to the directory generated after the decompression.
    cd htslib-1.14
  4. Perform the configuration.
    ./configure --prefix=/path/to/HTSLIB --disable-bz2
  5. Perform the compilation and installation.
    make -j
    make install
  6. Configure the environment variables.
    export HTSLIB_DIR=/path/to/HTSLIB
    export PATH=/path/to/HTSLIB/bin/:$PATH
    export LD_LIBRARY=/path/to/HTSLIB/lib/:$LD_LIBRARY