pyslow5 now updated to v1.2.0 (along with slow5lib) and works with the latest numpy 2.0.0 updates
Check out the release notes
We also added big-endian support, never thought we would need to do that 😅
Stellar work from
@hasindu2008 as always
pyslow5 now updated to v1.2.0 (along with slow5lib) and works with the latest numpy 2.0.0 updates
Check out the release notes
We also added big-endian support, never thought we would need to do that 😅
Stellar work from
@hasindu2008 as always
The good thing with slow5 is only the XYZ -> BLOW5 converter we have to fix everytime ONT does a breaking change to their file formats. Any tools that is written on top slow5 will not require to change. Because of this, we have to fix only the converter only, instead of fixing 100 tools separately :D
For instance when ONT moved to POD5,
We simply wrote the blue-crab converter to do pod5->slow5 converter.
All my tools and the scripts in our sequencing facility that uses slow5 did not have to undergo a single change,