braker2做基因组注释报错Can't locate File
2023-05-17 本文已影响0人
小明的数据分析笔记本
我这个braker2是通过conda安装的,之前用没有遇到问题,今天突然遇到这个报错
Can't locate File/HomeDir.pm
查了一下
https://github.com/Gaius-Augustus/BRAKER/issues/19
https://github.com/Gaius-Augustus/BRAKER/issues/22
这里面说得确保用到的perl是在braker2的conda目录下的perl,用which perl查看了一下perl的路径,不知道为啥是在其他目录下,退出登录,然后再重新登录,然后再启用conda activate braker2 就好了