
这个错误的原因是,MCScanX 不支持64位系统。如果要在 64位上运行,需要修改下源代码。
只需要给 msa.h, dissect_multiple_alignment.h, and detect_collinear_tandem_arrays.h 这三个文件 前面添加
#include <unistd.h>
本文介绍了解决MCScanX在64位系统上运行时出现的错误的方法。通过在msa.h, dissect_multiple_alignment.h, and detect_collinear_tandem_arrays.h三个关键文件中添加#include<unistd.h>,可以成功使MCScanX在64位系统上运行。

这个错误的原因是,MCScanX 不支持64位系统。如果要在 64位上运行,需要修改下源代码。
只需要给 msa.h, dissect_multiple_alignment.h, and detect_collinear_tandem_arrays.h 这三个文件 前面添加
#include <unistd.h>
5775

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