centos7 中manta软件的安装

 

001、系统

(base) [root@pc1 ~]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)

 

002、安装必须环境模块

yum install -y tar bzip2 make gcc gcc-c++ libstdc++-static zlib-devel

 

003、下载安装包、并安装

wget https://github.com/Illumina/manta/archive/refs/tags/v1.6.0.tar.gz
 tar -xzvf v1.6.0.tar.gz
 cd manta-1.6.0/
mkdir build && cd build
../configure --jobs=4 --prefix=/opt/manta
make -C /home/software/manta-1.6.0/build
make -j4 install

 

004、测试安装效果

python /opt/manta/bin/runMantaWorkflowDemo.py

 

参考:https://cloud.tencent.com/developer/article/2009775 

 

posted @ 2022-10-14 08:42  小鲨鱼2018  阅读(110)  评论(0编辑  收藏  举报