Skip to content

0.2.3

Compare
Choose a tag to compare
@HalfPhoton HalfPhoton released this 30 Jun 08:35
· 186 commits to master since this release

[0.2.3] 2023-06-26

Added

  • Add API (pod5_open_file_options) to prevent pod5 from opening a file using mmap, instead using direct file IO.
  • Default field values (empty string) when converting fast5 files with missing fields

Changed

  • Corrected Oxford Nanopore Technologies company name in package metadata to use Public Limited Company (Plc) instead of Limited (Ltd)
  • Limited the number of processes created when specifying --threads to the number of cpu cores available os.cpu_count()
  • Reduced the default value for --threads from 8 to 4 to improve stability on resource constrained systems