Skip to content

rasmushenningsson/VariantCallFormat.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VariantCallFormat.jl

Stable Dev MIT License Build Status Build Status Coverage

VariantCallFormat.jl is based on previous work in GeneticVariation.jl. Big thanks to the original authors!

Description

VariantCallFormat.jl provides read/write functionality for VCF files as well as for its binary sister format BCF.

VCF files are use ubiquitously in bioinformatics to represent genetic variants.

Installation

Install VariantCallFormat.jl from the Julia REPL:

using Pkg
Pkg.add("VariantCallFormat")

Further Reading

VCF and BCF file format descriptions.