Releases: CLIMB-COVID/maptide
Releases · CLIMB-COVID/maptide
v0.3.0
v0.2.1
v0.2.0
- 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