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
SLOW5 is specific to Nanopore data, not generalizable to other data types. If someone want to keep large data arrays, they either need to come up with a new customized format or have to use HDF5. I wonder how hard it is to replace HDF5 with a new binary format that keeps the major features of HDF5 but has a simpler file structure and is easier to implement. This could be beneficial to a large community beyond Nanopore. I haven't used HDF5 C APIs. My thought could be naive here...