samtools安装问题

空扰寡人 提交于 2020-08-12 04:53:36

提前下载好samtools安装包

在安装目录内执行:

./configure

make

make install

过程中遇到的问题:

(1)error: curses development files not found

 sudo apt-get install libncurses5-dev

(2)error: libbzip2 development files not found

sudo apt-get install libbz2-dev

(3)error: liblzma development files not found

sudo apt-get install liblzma-dev

(4)configure: WARNING: libcurl not enabled: library not found

sudo apt-get install libcurl4-openssl-dev

(5)configure: WARNING: S3 support not enabled: requires SSL development files

sudo apt-get install apache2

sudo apt-get install libssl-dev

(6) error: ‘SAMTOOLS_VERSION’ undeclared (first use in this function)

将samtools-1.x目录中的version.h复制到misc目录中

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!