VCFReader

Basic support for reading VCF, BCF files via tabix

  1. auto VCFReader(string fn, int extra_threads, UnpackLevel MAX_UNPACK)
  2. auto VCFReader(TabixIndexedFile tbxFile, string chrom, Interval!cs coords, int extra_threads, UnpackLevel MAX_UNPACK)

Meta