Skip to content

Releases: CLIMB-COVID/maptide

v0.3.0

11 Oct 11:28
0a4913e
Compare
Choose a tag to compare

What's Changed

  • Annotated bases flag for maptide.query API by @tombch in #5

Full Changelog: v0.2.1...v0.3.0

v0.2.1

11 Oct 09:46
00c429c
Compare
Choose a tag to compare

What's Changed

  • Update CI.yml and changed type hint syntax to support earlier versions Python 3.10 by @tombch in #4

Full Changelog: v0.2.0...v0.2.1

v0.2.0

02 Aug 13:14
03c9644
Compare
Choose a tag to compare
  • Simplified CLI by removing --noindex option.
  • Added --version option to CLI.
  • Now, for both the CLI and API, if a path to an index file is provided, this path will be used. Otherwise, maptide will attempt to find an index file with the same path as the bam, but with .bai appended on the end. If it cannot find an index file, maptide will run anyway without one.
  • Updated rust function names to remove trailing underscores.
  • Updated docstrings for the python API.
  • Added a LICENSE

v0.1.0

02 Aug 13:23
859c6b8
Compare
Choose a tag to compare

Initial release.