CombineGVCFs vs. MergeVcfs
1
0
Entering edit mode
14 days ago
Sd • 0

Hello,

I work on merging GVCF files. Each sample has undergone HaplotypeCaller, and GVCF files were created by chromosome. Now, I have 24 GVCF files per sample and I want to merge them into a single GVCF file per sample. Eventually, I am going to use GVCF files in GenomicsDBImport and then do GenotypeGVCFs for joint calling.

To merge GVCFs, some papers have done this by using MergeVcfs (as in https://www.nature.com/articles/s41586-022-04965-x) and some resources recommend CombineGVCFs. What is the efficient way to merge GVCFs: using CombineGVCFs or MergeVcfs?

CombineGVCFs MergeVcfs GATK WGS GVCF • 248 views
ADD COMMENT
0
Entering edit mode
14 days ago

CombineGVCFs : is used to combine GGGGGGGGGGGGGGGGGGGGGGGGvcfs files . See https://gatk.broadinstitute.org/hc/en-us/articles/360035531812-VCF-Genomic-Variant-Call-Format

while MergeVcfs is only used to combine VCF files.

So if you generated GVCF, you'll need CombineGVCFs followsed by GenotypeGVCFs

ADD COMMENT
1
Entering edit mode

in the supplemental materials of that UKBB paper they actually do mention MergeVcfs but it must be a typo

ADD REPLY

Login before adding your answer.

Traffic: 2720 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6