karel-brinda / ococo

Ococo: the first online variant and consensus caller. Call genomic consensus directly from an unsorted SAM/BAM stream.
https://arxiv.org/abs/1712.01146
MIT License
47 stars 3 forks source link

Flag for exact coverage #15

Open karel-brinda opened 8 years ago

karel-brinda commented 8 years ago

Add a flag to VCF output saying whether the coverage at the position is exact.

Possible approachs:

  1. Bloom filters
  2. find some trick how to encode 1 supplementary bit into current cell for a single position

Request from @biorelated.