viral-ngs icon indicating copy to clipboard operation
viral-ngs copied to clipboard

open_or_gzopen -> compressed_open. Add support for zstd.

Open yesimon opened this issue 5 years ago • 2 comments

Zstd has a nonstandard python api which requires customization. Also allows for multithreading compression.

yesimon avatar Mar 08 '19 03:03 yesimon

Resolves #929 #715

yesimon avatar Mar 08 '19 03:03 yesimon

Oh one more thing, edit the description of this PR (or do it in a commit message) to include the magic words "closes (issue x) and closes (issue y)" or "fixes" or "resolves".. simply referencing the issues w/o the magic words won't do it. https://help.github.com/en/articles/closing-issues-using-keywords

dpark01 avatar Mar 08 '19 14:03 dpark01