摘要: 001、发行版信息 [root@pc1 test]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) ## centos7.6 002、当前gcc版本 [root@pc1 test]# gcc --version gcc (G 阅读全文
posted @ 2023-11-03 22:34 小鲨鱼2018 阅读(242) 评论(0) 推荐(0)
摘要: 一、第一部分, 安装 RepeatMasker 01、安装TRF、github地址:https://github.com/Benson-Genomics-Lab/TRF tar -xzvf TRF-4.09.1.tar.gz ./configure make make install 02、安装rm 阅读全文
posted @ 2023-11-03 22:21 小鲨鱼2018 阅读(667) 评论(0) 推荐(0)
摘要: 001、 (base) [root@pc1 test02]# ls a.txt (base) [root@pc1 test02]# cat a.txt ## 测试文件 use File::Basename; use File::Spec; use List::Util 'none'; use "Ca 阅读全文
posted @ 2023-11-03 16:35 小鲨鱼2018 阅读(346) 评论(0) 推荐(0)
摘要: 001、make命令报错如下: "none" is not exported by the List::Util module 002、解决方法 将 /usr/local/bin/automake-1.16文件的76行中的 ‘none’删除 (base) [root@pc1 build]# sed 阅读全文
posted @ 2023-11-03 16:14 小鲨鱼2018 阅读(403) 评论(0) 推荐(0)