上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 369 下一页
摘要: 001、安装 (base) [root@pc1 test01]# yum install perl-App-cpanminus.noarch ## 安装; 系统为centos7系统 002、测试安装效果 (base) [root@pc1 test01]# cpanm Usage: cpanm [op 阅读全文
posted @ 2023-11-11 10:45 小鲨鱼2018 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 001、 https://bioperl.org/INSTALL.html 001、 检索该模块:https://metacpan.org/ 002、下载该模块 003、解压、安装 tar -xzvf BioPerl-1.7.8.tar.gz cd BioPerl-1.7.8/ perl Makef 阅读全文
posted @ 2023-11-10 23:08 小鲨鱼2018 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 001、下载软件包: 官网:http://korflab.ucdavis.edu/software.html 002、下载安装包、及安装 wget -c http://korflab.ucdavis.edu/Software/snap-2013-11-29.tar.gz tar -xzf snap- 阅读全文
posted @ 2023-11-10 23:05 小鲨鱼2018 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 001、系统信息 (base) [root@pc1 ~]# cat /etc/redhat-release ## 系统信息 CentOS Linux release 7.6.1810 (Core) 002、安装CPAN (base) [root@pc1 ~]# yum -y install perl 阅读全文
posted @ 2023-11-10 22:02 小鲨鱼2018 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 001、问题 (base) [sy20223040796@admin1 RepeatModeler-2.0.2a]$ perl configure ## 配置 RepeatModeler,提示缺少 LWP:UserAgent模块 The following perl modules required 阅读全文
posted @ 2023-11-10 21:08 小鲨鱼2018 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 001、设置启动终端自动激活 conda config --set auto_activate_base true ## 启动终端自动激活 001、设置启动终端不自动激活 conda config --set auto_activate_base false ## 启动终端不自动激活 其实质是修改了 阅读全文
posted @ 2023-11-10 19:41 小鲨鱼2018 阅读(1627) 评论(0) 推荐(1) 编辑
摘要: 001、问题描述 安装RepeatModeler-2.0.2a 软件时提示缺少对应的perl模块,利用cpan安装对应模块,并不能解决问题(不知道原因)。 002、解决思路 01、利用cpan安装缺少的模块名称安装,根据屏幕输出记录安装的软件包 02、利用 yum -y install perl* 阅读全文
posted @ 2023-11-10 10:47 小鲨鱼2018 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 001、编译安装RepeatModeler-2.0.2a 时报错如下: (base) [root@pc1 RepeatModeler-2.0.2a]# perl configure ## 编译安装, 提示缺乏 LWP::UserAgent module The following perl modu 阅读全文
posted @ 2023-11-10 10:27 小鲨鱼2018 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 001、问题 cpan没调出来, 如下: (base) [root@pc1 home]# cpan ## 未发现命令 bash: cpan: command not found... 002、解决方法 (base) [root@pc1 home]# yum -y install perl-CPAN 阅读全文
posted @ 2023-11-10 09:37 小鲨鱼2018 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 001、perl 配置RepeatModeler 警告缺少 perl模块如下: (base) [b20223040323@admin1 RepeatModeler-2.0.2a]$ perl configure The following perl modules required by Repea 阅读全文
posted @ 2023-11-09 23:11 小鲨鱼2018 阅读(119) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 369 下一页