安装HTSlib

操作步骤

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令安装HTSlib。

    yum install autoconf automake libtool
    yum -y install xz-devel
    cd /home
    git clone https://github.com/samtools/htslib.git
    cd htslib
    autoreconf -i
    ./configure
    make
    make install