The following perl modules required by RepeatModeler are missing from your system. Please install these first: JSON; JSON::PP; File::Which

发布时间 2023-11-09 09:43:43作者: 小鲨鱼2018

 

001、问题  RepeatModeler 编译安装报错如下:

 

002、尝试逐个安装确实的perl模块; 也是各种问题; 最后不想折腾, 就大力出奇迹,全安装, 可一次解决所有报错;

(base) [root@pc1 RepeatModeler-2.0.2a]# yum -y install perl*

 

003、编译, 测试效果:

(base) [root@pc1 RepeatModeler-2.0.2a]# perl configure    ## 编译, 测试效果; 确实模块的问题全部解决

 。