jfarek / xatlas

BSD 3-Clause "New" or "Revised" License
29 stars 3 forks source link

Combining per sample vcf files into multisample vcf #4

Closed danangcrysnanto closed 6 years ago

danangcrysnanto commented 6 years ago

Hi

Thanks for the great tools. Is there any recommendation (or capability in xatlas) to merge single sample vcf produced by xatlas to the multi sample vcf. I have tried several possibility:

Thanks in advance for the help.

jfarek commented 6 years ago

Hi,

xAtlas itself performs only single-sample variant calling. For creating multi-sample VCFs and pVCFs, our group has been using a version of GLNexus for the gVCF merging steps. GLNexus is more on the heavy side compared to bcftools and gvcftools, but we have found it a very useful tool for our analyses. We haven't attempted to merge xAtlas VCFs or gVCFs with either bcftools or gvcftools.

danangcrysnanto commented 6 years ago

Hi Appreciate for your feedback. I will try the GLnexus.