Skip to content

v0.0.4 Gzip support and view speedup

Latest
Compare
Choose a tag to compare
@Lioscro Lioscro released this 31 Aug 22:34
· 1 commit to master since this release
  • Gzip is supported for headers, quality scores, and index. It is NOT supported for LFQ format. Whether or not to write gzip is determined by the extension. If the extension is .gz, the file is gzip archived.
  • view no longer loads the entire index when it is provided, but only reads up to the required read position.