vcf 文件拼接(snp、indel)
程序员文章站
2024-03-03 18:11:22
...
bgzip -c raw_snp_vcf > raw_snp_bgzip.gz
bcftools index raw_snp_bgzip.gz
bgzip -c raw_indel_vcf > raw_indel_bgzip.gz
bcftools index raw_indel_bgzip.gz
bcftools concat -a -D raw_snp_bgzip.gz raw_indel_bgzip.gz -o ${raw_snp_indel_vcf}
上一篇: CNCI的使用--RNA蛋白编码预测软件
下一篇: circos报错处理: ...error text from [errorconfiguration.missing.txt] could not be read
推荐阅读