会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鲨鱼2018
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
403
下一页
2025年5月31日
bcftools软件实现对vcf格式文件进行个体ID的重命名
摘要: 001、bcftools软件实现对vcf格式文件进行个体ID的重命名(vcf 文件可以是压缩格式) bcftools reheader -s rename.txt -o NC_082741_y_male_step4.vcf NC_082741_y_male_step3.vcf rename.txt格
阅读全文
posted @ 2025-05-31 16:31 小鲨鱼2018
阅读(66)
评论(0)
推荐(0)
2025年5月30日
使用PAUP软件基于最大简约发构建系统进化树
摘要: 使用PAUP软件基于最大简约发构建系统进化树 001、将vcf格式转换为fasta格式: (base) [b20223040323@admin2 test5]$ ls outcome.vcf (base) [b20223040323@admin2 test5]$ vcf2phylip.py --in
阅读全文
posted @ 2025-05-30 23:15 小鲨鱼2018
阅读(34)
评论(0)
推荐(0)
几种依据个体ID从vcf文件中提取数据 速度对比
摘要: 01、三个程序 001、vcftools vcftools --gzvcf snp.filtered.vcf.gz --keep id.list --recode --out vcftools_result 002、plink plink --vcf snp.filtered.vcf.gz --al
阅读全文
posted @ 2025-05-30 16:34 小鲨鱼2018
阅读(16)
评论(0)
推荐(0)
seqmagick 命令将fasta格式转换为 nex格式
摘要: 001、 seqmagick convert outcome.min4.fasta output.nex --alphabet dna
阅读全文
posted @ 2025-05-30 16:22 小鲨鱼2018
阅读(33)
评论(0)
推荐(0)
setup.py 软件包安装方式
摘要: 001、 002、 a、进入安装目录 b、pip install .
阅读全文
posted @ 2025-05-30 16:03 小鲨鱼2018
阅读(9)
评论(0)
推荐(0)
生信工具vcf格式转换为fasta格式
摘要: 001、方法1 vcf2phylip.py --input outcome.vcf --fasta (base) [b20223040323@admin2 test5]$ ls outcome.min4.fasta outcome.min4.phy outcome.vcf 002、方法2
阅读全文
posted @ 2025-05-30 15:54 小鲨鱼2018
阅读(79)
评论(0)
推荐(0)
2025年5月19日
python中seek函数将文件指针设置到文件的起始位置
摘要: 001、 >>> os.listdir() ## 当前路径下的文件 ['a.txt'] >>> input_file = open("a.txt") ## 打开文件 >>> for i in input_file: ... i = i.strip() ... print(i) ... 01 02 0
阅读全文
posted @ 2025-05-19 22:43 小鲨鱼2018
阅读(14)
评论(0)
推荐(0)
Linux 中 grep命令实现递归查找
摘要: 001、默认查找所有文件类型 (base) [root@PC1 test]# ls a.txt dir_layer1 (base) [root@PC1 test]# tree ## 测试数据结构 . ├── a.txt └── dir_layer1 ├── a.txt └── dir_layer2
阅读全文
posted @ 2025-05-19 08:46 小鲨鱼2018
阅读(65)
评论(0)
推荐(0)
2025年5月15日
Linux 中 du -ch 命令统计指定层级的磁盘大小
摘要: 001、 [root@PC1 test]# ls test [root@PC1 test]# tree -h . └── [ 32] test ├── [ 86M] a.txt └── [ 43] dir01 ├── [ 7.6M] a.txt ├── [ 7.6M] b.txt └── [ 19]
阅读全文
posted @ 2025-05-15 09:24 小鲨鱼2018
阅读(19)
评论(0)
推荐(0)
2025年5月13日
error libmamba response code: -1 error message: Permission denied critical libmamba failed to execute pre/post link script for spades
摘要: 001、conda报错如下: error libmamba response code: -1 error message: Permission deniedcritical libmamba failed to execute pre/post link script for spades 00
阅读全文
posted @ 2025-05-13 21:13 小鲨鱼2018
阅读(51)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
403
下一页
公告