Skip to content

Golang code for merging multiple ordered Variant Call Format (VCF) files.

Notifications You must be signed in to change notification settings

PhilAppleby/vcf_merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Merging VCF files

Introduction

Code for merging sets of VCF files to produce one result file in which sample lists have been combined.

Can handle multiple files (2-n, in theory), sample name overlaps and differing data shapes.

Input files must be sorted by genomic position and should cover the same genomic range, within chromosome.

Possibly obsolete at this point

About

Golang code for merging multiple ordered Variant Call Format (VCF) files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages