一、安装
很简单,直接github下载文件即可
github链接:GitHub - gatech-genemark/MetaGeneMark-2: MetaGeneMark-2: Improved Gene Prediction in Metagenomes

Linux系统中
# 下载文件
git clone https://github.com/gatech-genemark/MetaGeneMark-2.git
# 安装
cd src;
pf_makefile=Makefile.ubuntu # NOTE: change based on operating system
make -f $pf_makefile
报错问题
/usr/bin/ld: sequence_map_2.o:sequence_map_2.cpp:(.text+0x161d): more undefined references to `MultiShiftSite::get_site_with_max_score(std::vector<unsigned char, std::allocator<unsigned char> > const&, unsigned int, unsigned int, bool) const' follow
collect2: error: ld returned 1 exit status
make: *** [Makefile.ubuntu:38: gmhmmp2] Error 1
解决办法

1793

被折叠的 条评论
为什么被折叠?



