摘要: 001、问题 configure: error: htscodecs submodule files not present. 002、指定官方下载,然后安装即可 wget https://github.com/samtools/htslib/releases/download/1.16/htsli 阅读全文
posted @ 2022-10-14 18:11 小鲨鱼2018 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 001、 yum install libzip libzip-devel 阅读全文
posted @ 2022-10-14 15:50 小鲨鱼2018 阅读(312) 评论(0) 推荐(0) 编辑
摘要: docker 阅读全文
posted @ 2022-10-14 15:15 小鲨鱼2018 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 001、 (base) [root@pc1 build]# cat /etc/redhat-release ## 系统 CentOS Linux release 7.6.1810 (Core) (base) [root@pc1 build]# cmake --version ## 当前cmake版本 阅读全文
posted @ 2022-10-14 15:12 小鲨鱼2018 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@pc1 test3]# ls test.txt [root@pc1 test3]# cat test.txt ## 测试数据 addg ad adfgg d dfg [root@pc1 test3]# awk '{print length}' test.txt 4 2 5 1 阅读全文
posted @ 2022-10-14 09:41 小鲨鱼2018 阅读(1106) 评论(0) 推荐(0) 编辑
摘要: 001、系统 (base) [root@pc1 ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 002、安装必须环境模块 yum install -y tar bzip2 make gcc gcc-c++ libstd 阅读全文
posted @ 2022-10-14 08:42 小鲨鱼2018 阅读(117) 评论(0) 推荐(0) 编辑