Can't locate Pod/Find.pm in @INC (you may need to install the Pod::Find module)
##这个没法用conda安装,直接手动安装
https://metacpan.org/pod/Pod::Find下载模块
tar zxvf Pod-Parser-1.66.tar.gz
cd Pod-Parser-1.66/
perl Makefile.PL INSTALL_BASE= /home/lx_sky6/yt/soft/miniconda3/envs/GetOrganelle/lib/perl5/ ##安装到需要的环境下面
make && make test
make install
##测试
perldoc Pod::Find
再次调用/home/lx_sky6/yt/soft/GSAT-main/bin/gsat
Can't locate List/MoreUtils.pm in @INC (you may need to install the List::MoreUtils module)
这个可应用conda安装
conda install -c bioconda perl-list-moreutils
网友评论