- Dropped python3.8 support - Switched package manager `poetry` to `rye`
Fixed
- Fixed pyhmmer query property accessor to match newer version syntax - Fixed pyhmmer dependency min version v0.11.0
0.5.0
Change Log
New Functionality
- Added kingdom=`all` option (with `--accurate`)
Improvement
- Added Rfam accession dbxref attribute to GFF output
Bug Fix
- Changed pyhmmer min version `v0.10.8` to [`v0.10.9`](https://github.com/althonos/pyhmmer/releases/tag/v0.10.9) to fix segmentation faults bug
0.4.1
Change Log
Improvement
- Improve docs & error message for installation
0.4.0
Change Log
New Functionality
- Add `accurate` option using cmscan(infernal)
Drop Support
- `kingdom='mito'` is no longer supported
0.3.0
Change Log
Improvement
- Updated HMM profile database (See details [here](https://github.com/moshi4/pybarrnap/blob/v0.3.0/dbbuild/README.md))
0.2.0
Change Log
Improvement
- Fixed evalue results inconsistencies between `nhmmer` and `pyhmmer.nhmmer` (2 thanks althonos) - Fixed to be able to read gzipped format file from CLI