This is a test version of Biostars. For the public version, visit https://www.biostars.org.
merging of multi samples tabix and bzipped vcf files into one vcf file using Perl program.

HI, I want to merge multi sample individual files ( vcf1.vcf.gz, vcf2.vcf.gz.............vcf30.vcf.gz) which has is tabix index and compressed by bgzipp so Is here anyone know the Perl Program for this.

perl vcf

Thank you cpad0112 for valuable links :) actually I need to do this by using Perl

Then you can use perl API from VCFtools posted by JC below.

1 answer

You can use VCFtools https://vcftools.github.io/index.html, it also contains Perl modules

Log in to answer this question.