biohazard-0.6.2: bioinformatics support library

Safe HaskellNone
LanguageHaskell98

Bio.Genocall.AvroFile

Synopsis

Documentation

data GenoCallBlock Source

File format for genotype calls.

To output a container file, we need to convert calls into a stream of sensible objects. To cut down on redundancy, the object will have a header that names the reference sequence and the start, followed by calls. The calls themselves have contiguous coordinates, we start a new block if we have to skip; we also start a new block when we feel the current one is getting too large.