slow5lib-v1.1.0
Major improvements from v1.0.0 are:
slow5lib:
- slow5_idx_load_with() function added to the low-level API
- improved error handling in slow5 index-related functions (fixes hasindu2008/slow5tools#88)
pyslow5
- binary wheels for Linux will now be on pypi
- pyslow5 now compiles smoothly on ARM Macs
- BLOW5 writing in pyslow5 is 57X faster
- pyslow5 can handle new fields (tracked_scaling_shift, tracked_scaling_scale, predicted_scaling_shift, predicted_scaling_scale, num_reads_since_mux_change, time_since_mux_change, num_minknow_events) that will be in S/BLOW5 files converted from POD5s
- new API function
get_num_read_groups()
added
and many documentation improvements.