tskit-dev / tszip

Gzip-like compression for tskit tree sequences
https://tszip.readthedocs.io/
MIT License
4 stars 7 forks source link

Compress to stdout #49

Closed jeromekelleher closed 2 years ago

jeromekelleher commented 3 years ago

44 added the ability to decompress tszipped files directly to stdout. We would like to be able to do the inverse operation also. This should be straightforward enough, as should should be able to tell Zarr's zipfile implementation to write to a file handle.

jeromekelleher commented 2 years ago

Closed in #53