You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2023. It is now read-only.
I've successfully used the tool they provide in the fast5 api (compress_fast5) to convert back to gzip which fixes the issue so it's definitely the switch to VBZ compression.
Any ideas (apart from changing all fast5 to gzip)?
Newer versions of MinKNOW now compress fast5 files with VBZ compression which causes
strique.py countto fail.Nanopore have provided an updated hd5 plugin to handle VBZ, however I'm struggling to get this to work with STRique
https://github.com/nanoporetech/vbz_compression
I've successfully used the tool they provide in the fast5 api (
compress_fast5) to convert back to gzip which fixes the issue so it's definitely the switch to VBZ compression.Any ideas (apart from changing all fast5 to gzip)?