Skip to content

0.1.10

Compare
Choose a tag to compare
@0x55555555 0x55555555 released this 13 Mar 10:25
· 308 commits to master since this release
  • Added pod5_get_read_count to find the count of all reads in file
  • Added pod5_get_read_ids to retrieve all read id's in file
  • Added pod5_get_file_run_info to retrieve a run info at an absolute index in the file
  • Added pod5_free_run_info to free run info's (replaces pod5_release_run_info)
  • Deprecated pod5_release_run_info (see pod5_free_run_info)
  • Added pod5_get_file_run_info_count to find the number of run info's in a file
  • Added pod5 filter tool to subset pod5 files with simple list of read ids
  • Reworked pod5 subset to give better control over resources used
  • Added tqdm progress bar to pod5 subset (disable with POD5_PBAR=0)
  • pod5 subset can now parse csv and tsv tables / summaries
  • Removed filepath header line from pod5 inspect reads
  • pod5 repack now repacks all inputs one-to-one
  • Versioning now controlled by VCS inspection using setuptools_scm
  • Added version attributes to lib-pod5