centos7中 组装软件 MaSuRCA 的安装

 

001、下载最新安装包

下载地址:https://github.com/alekseyzimin/masurca/releases

 

002、解压,进入安装目录

tar -xzvf MaSuRCA-4.1.0.tar.gz
cd MaSuRCA-4.1.0/

 

003、安装依赖

(base) [root@pc1 MaSuRCA-4.1.0]# yum -y install boost boost-devel gcc-c++.x86_64 gperf zlib-devel bzip2* perl-devel perl-Env.noarch

 

004、执行安装程序

(base) [root@pc1 MaSuRCA-4.1.0]# ls
Flye  global-1  install.sh  LICENSE.txt  PkgConfig.pm
(base) [root@pc1 MaSuRCA-4.1.0]# bash install.sh

 

 

005、调用测试

复制代码
(base) [root@pc1 MaSuRCA-4.1.0]# cd bin/         ## 进入可执行程序目录
(base) [root@pc1 bin]# ./masurca --version       ## 查看版本
version 4.1.0
(base) [root@pc1 bin]# ./masurca -h |head        ## 查看帮助
Create the assembly script from a MaSuRCA configuration file. A
sample configuration file can be generated with the -g switch. The
assembly script assemble.sh will run the assembly proper. For a
quick run without creating a configuration file, and with two Illumina
paired end reads files (forward/reverse) and (optionally) a
long reads (Nanopore/PacBio) file use -i switch, setting the number of threads with -t:

masurca -i paired_ends_fwd.fastq.gz -t 32
or
masurca -i paired_ends_fwd.fastq.gz,paired_ends_rev.fastq.gz -t 32
复制代码

 。

 

posted @   小鲨鱼2018  阅读(101)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
点击右上角即可分享
微信分享提示