alimanfoo / vcfnp

Load numpy arrays and HDF5 files from VCF (variant call format)
MIT License
31 stars 8 forks source link

Genotype packed #41

Closed alimanfoo closed 9 years ago

alimanfoo commented 10 years ago

Add call data field genotype_packed which packs diploid genotype into single byte as per anhima.

alimanfoo commented 9 years ago

Dropping this as I don't regularly use the bit-packed genotype, it's not worth it because compression (e.g., with bcolz) is a much better strategy.