This release is a patch that fixes a bug where output stream was sometimes not flushed to disk when writing in the gzipped and sorted output mode. Details:
- Fixes Github issue #36.
- Unrelated change: Update GGCAT. With this update, GGCAT now builds with stable rust instead of the nightly build.
(The Linux binary originally attached to this release was compiled with maximum k = 255, which made it use 8 times more disk and up to 8 times slower on the common use case of k = 31. The binary has been recompiled for k = 31 on 10.6. 2024.