摘要: 001、 [root@pc1 test2]# ls index.txt [root@pc1 test2]# cat index.txt ## 测试的一列数字 2 3 4 8 9 11 [root@pc1 test2]# awk '{if(NR == 1) {a = $0 - 0 - 1; for ( 阅读全文
posted @ 2023-10-11 23:16 小鲨鱼2018 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 001、测试数据 [root@pc1 test1]# ls a.txt index.txt [root@pc1 test1]# cat a.txt ## 测试文件 01 02 1 03 04 2 05 06 3 07 08 4 09 10 5 11 12 6 13 14 7 15 16 8 17 1 阅读全文
posted @ 2023-10-11 22:18 小鲨鱼2018 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 001、问题 samtools安装执行 ./configure报错如下: configure: error: liblzma development files not found 002、解决方法: yum -y install xz-devel 参考: 01、https://blog.csdn. 阅读全文
posted @ 2023-10-11 20:46 小鲨鱼2018 阅读(47) 评论(0) 推荐(0) 编辑