- Added CHANGELOG.md
- pypi version 1.1.26
- Better error messages and handling
- Easy installation via bioconda and pip
- Significant speed improvements compared to 1.1.23
- New prediction reliability estimation module
- New prophage prediction mode (unstable)
- New output fields
- entropy (Another measure of prediction confidence; lower the better)
- realiability_score (confidence in the predicion ; higher the better)
- host_contam (whether there are host like regions)
- prophage_contam (whether there are phage like regions)
- Bacteria_var (variance of Bacteria_score)
- Phage_var (variance of Phage_score)
- Eukarya_var (variance of Eukarya_score)
- Archaea_var (variance of Archaea_score)
- Fixed a bug that prevented GPU utilization
- Added support for manually setting the fragment size.
- Fixed wrong version number
- This release bring a python API to Jaeger enabling easy integration of Jaeger to python scripts and packages.