上一页 1 ··· 162 163 164 165 166 167 168 169 170 ··· 408 下一页
摘要: 001、ls + sed实现 [root@pc1 data]# ls ## 测试文件、目录 a.txt test01 test02 [root@pc1 data]# ls | sed "s#^#$(pwd)/#" ## ls + sed实现 /home/data/a.txt /home/data/t 阅读全文
posted @ 2022-10-16 16:20 小鲨鱼2018 阅读(2143) 评论(0) 推荐(0)
摘要: 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 阅读(1297) 评论(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 阅读(614) 评论(0) 推荐(0)
摘要: 001、 yum install libzip libzip-devel 阅读全文
posted @ 2022-10-14 15:50 小鲨鱼2018 阅读(357) 评论(0) 推荐(0)
摘要: docker 阅读全文
posted @ 2022-10-14 15:15 小鲨鱼2018 阅读(28) 评论(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 阅读(1144) 评论(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 阅读(1236) 评论(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 阅读(177) 评论(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 阅读(1454) 评论(0) 推荐(0)
摘要: 001、 conda config --set auto_activate_base false 阅读全文
posted @ 2022-10-10 11:40 小鲨鱼2018 阅读(387) 评论(0) 推荐(0)
上一页 1 ··· 162 163 164 165 166 167 168 169 170 ··· 408 下一页