Recent Releases of https://github.com/climb-tre/maptide
https://github.com/climb-tre/maptide - v0.4.0
What's Changed
- Using
importlibinstead ofpkg_resourcesfor version number, bumped minimum required Python version to 3.9 by @tombch in https://github.com/CLIMB-COVID/maptide/pull/8 - Updated PyO3 from 0.17.3 to 0.24.2, specified minimum Python version as 3.9 by @tombch in https://github.com/CLIMB-COVID/maptide/pull/9
- Update maturin CI by @tombch in https://github.com/CLIMB-COVID/maptide/pull/10
- Development by @tombch in https://github.com/CLIMB-COVID/maptide/pull/11
Full Changelog: https://github.com/CLIMB-COVID/maptide/compare/v0.3.0...v0.4.0
- Rust
Published by tombch about 1 year ago
https://github.com/climb-tre/maptide - v0.3.0
What's Changed
- Annotated bases flag for maptide.query API by @tombch in https://github.com/CLIMB-COVID/maptide/pull/5
Full Changelog: https://github.com/CLIMB-COVID/maptide/compare/v0.2.1...v0.3.0
- Rust
Published by tombch over 2 years ago
https://github.com/climb-tre/maptide - v0.2.1
What's Changed
- Update CI.yml and changed type hint syntax to support earlier versions Python 3.10 by @tombch in https://github.com/CLIMB-COVID/maptide/pull/4
Full Changelog: https://github.com/CLIMB-COVID/maptide/compare/v0.2.0...v0.2.1
- Rust
Published by tombch over 2 years ago
https://github.com/climb-tre/maptide - v0.1.0
Initial release.
- Rust
Published by tombch almost 3 years ago
https://github.com/climb-tre/maptide - v0.2.0
- Simplified CLI by removing
--noindexoption. - Added
--versionoption 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
- Rust
Published by tombch almost 3 years ago