上一页 1 ··· 121 122 123 124 125 126 127 128 129 ··· 367 下一页
摘要: 001、echo + xargs + cp实现 [root@pc1 data]# ls ## 测试目录及文件a.txt为测试文件, test01~04为测试目录,均为空目录 a.txt test01 test02 test03 test04 [root@pc1 data]# tree ## 利用tr 阅读全文
posted @ 2022-10-15 19:41 小鲨鱼2018 阅读(1217) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 001、 yum install libzip libzip-devel 阅读全文
posted @ 2022-10-14 15:50 小鲨鱼2018 阅读(309) 评论(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 阅读(1006) 评论(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 阅读(1082) 评论(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 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@pc1 test]# ls E_coli_K12.sorted.markdup.bam ## 测试bam文件 [root@pc1 test]# samtools quickcheck E_coli_K12.sorted.markdup.bam ## 使用samtools qui 阅读全文
posted @ 2022-10-12 12:07 小鲨鱼2018 阅读(734) 评论(0) 推荐(0) 编辑
摘要: 001、 conda config --set auto_activate_base false 阅读全文
posted @ 2022-10-10 11:40 小鲨鱼2018 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 001、问题 002、解决方法,将git改为https 阅读全文
posted @ 2022-10-10 10:18 小鲨鱼2018 阅读(98) 评论(0) 推荐(0) 编辑
上一页 1 ··· 121 122 123 124 125 126 127 128 129 ··· 367 下一页