alimanfoo / vcfnp

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

Compress files created by vcf2npy #59

Closed alimanfoo closed 8 years ago

alimanfoo commented 8 years ago

The files created by vcf2npy are currently uncompressed .npy files. These can take up a lot of space on large builds. Add an option to save as compressed .npz files.