This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
ribocount fails to create zip files larger than 2GB due to missing ZIP64 extensions. This is now fixed (zipfile.ZipFile(..., allowZip64=True)
).
Thanks @audreymannion for reporting the bug and for the fix.