鲲鹏社区首页
中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

安装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