上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 403 下一页
摘要: 001、bedtools samtools sort -n -o xxx.qsort.bam xxx.bam ## 首选对bam文件进行排序 bedtools bamtofastq -i xxx.qsort.bam -fq xxx.end1.fq -fq2 xxx.end2.fq ## 将bam文件 阅读全文
posted @ 2025-05-12 11:43 小鲨鱼2018 阅读(142) 评论(0) 推荐(0)
摘要: 001、docker报错如下: Error response from daemon: Get "[https://registry-1.docker.io/v2/](https://registry-1.docker.io/v2/ 002、问题原因 docker镜像失效 003、修改镜像配置文件, 阅读全文
posted @ 2025-05-09 00:06 小鲨鱼2018 阅读(558) 评论(0) 推荐(0)
摘要: 001、docker报错如下: Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalct 阅读全文
posted @ 2025-05-09 00:00 小鲨鱼2018 阅读(703) 评论(0) 推荐(0)
摘要: 001、生成测试数据 [root@PC1 test]# ls [root@PC1 test]# touch {001..100}.txt ## 生成测试数据 [root@PC1 test]# ls 001.txt 009.txt 017.txt 025.txt 033.txt 041.txt 049 阅读全文
posted @ 2025-05-08 23:10 小鲨鱼2018 阅读(24) 评论(0) 推荐(0)
摘要: 001、Linux中eval命令时内建命令,其作用是会执行字符串内部的命令 [root@PC1 test]# echo "seq 5" ## seq 5写入字符串 seq 5 [root@PC1 test]# eval "seq 5" ## eval可以执行字符串内部的命令 1 2 3 4 5 。 阅读全文
posted @ 2025-05-08 22:50 小鲨鱼2018 阅读(28) 评论(0) 推荐(0)
摘要: 001、查看系统信息 [root@PC1 software]# hostnamectl Static hostname: PC1 Icon name: computer-vm Chassis: vm Machine ID: 7c6deea1d66945718f62729ea78d608a Boot 阅读全文
posted @ 2025-05-08 22:41 小鲨鱼2018 阅读(41) 评论(0) 推荐(0)
摘要: 001、 samtools coverage -r NC_001941.1 sample_name_NC_001941.1.bam 阅读全文
posted @ 2025-05-08 17:29 小鲨鱼2018 阅读(98) 评论(0) 推荐(0)
摘要: 001、输入数据格式 转换为tplink格式: plink --file outcome --recode transpose --double-id --out input 002、 (base) [b20223040323@admin2 test]$ ls input.tfam input.tp 阅读全文
posted @ 2025-05-07 10:43 小鲨鱼2018 阅读(11) 评论(0) 推荐(0)
摘要: 001、 plink --file outcome --recode transpose --double-id --out input 阅读全文
posted @ 2025-05-03 18:14 小鲨鱼2018 阅读(29) 评论(0) 推荐(0)
摘要: 001、docker报错如下: (cbbb6f6b7a37cc822450064fe49000a2415d513d9c1be1d14143cfd64a9e5c6d): Bind for 0.0.0.0:3000 failed: port is already allocated 002、解决方法: 阅读全文
posted @ 2025-05-02 22:43 小鲨鱼2018 阅读(67) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 403 下一页