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
@typeMAT12 @hasindu2008 And also just to add, we designed it to be familiar to anyone who know's sam/bam. the ability to easily look at the data is something any bioinformatician can appreciate
slow5tools view data.blow5 | less
Familiar formating and tool design for a community was part of our plan for adoption. The pod5 stuff just seems hodge podge and has changed many times already.
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,