hasindu2008 / slow5lib

slow5lib is a software library for reading & writing SLOW5 files.
https://hasindu2008.github.io/slow5lib
MIT License
41 stars 4 forks source link

simpler merge with threads #24

Closed hiruna72 closed 3 years ago

hiruna72 commented 3 years ago

I have used slow5 api to copy the temp files to create the final file instead of copying big chunks manually. This is mainly because at the end of .blow5 files EOF chars are found and the api can handle this easily.

Can you test this on a big dataset?