MCScanX 安装

$ wget http://chibba.pgml.uga.edu/mcscan2/MCScanX.zip
$ unzip MCScanX.zip
$ cd MCScanX
$ make 
#会出现如下报错,修改文件以后再make
"msa.cc:289:9: error: ‘chdir’ was not declared in this scope"
在msa.cc顶部加上#include <unistd.h>
"dissect_multiple_alignment.cc:252:44: error: ‘getopt’ was not declared in this scope"
在dissect_multiple_alignment.cc顶部加上#include <getopt.h>
 "detect_collinear_tandem_arrays.cc:286:17: error: ‘getopt’ was not declared in this scope"
在detect_collinear_tandem_arrays.cc顶部加上#include <getopt.h>
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容