Skip to content

slow5lib-v1.2.0

Latest
Compare
Choose a tag to compare
@hasindu2008 hasindu2008 released this 25 Jun 11:37

What's Changed

  • big-endian support (request by #88) added - for all features except for svb-zd compression that uses StreamVByte which does not support big-endian
  • slow5lib easy multi-thread API is no-longer beta and is fully documented now at here. Examples at here
  • new low-level API function slow5_idx_load_with added (for use in slow5curl)
  • update cmake to work with add_subdirectory by @hiruna72 (address #91)
  • many improvements to documentation and examples