Skip to content

Releases: Yasas1994/Jaeger

v1.1.30-alpha

17 Aug 14:13
3e81292
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.26...v1.1.30-alpha

v1.1.26

11 Apr 11:34
Compare
Choose a tag to compare

version 1.1.26

Full Changelog: v1.1.23...v1.1.26

  • 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
    1. entropy (Another measure of prediction confidence; lower the better)
    2. realiability_score (confidence in the predicion ; higher the better)
    3. host_contam (whether there are host like regions)
    4. prophage_contam (whether there are phage like regions)
    5. Bacteria_var (variance of Bacteria_score)
    6. Phage_var (variance of Phage_score)
    7. Eukarya_var (variance of Eukarya_score)
    8. Archaea_var (variance of Archaea_score)

Jaeger v1.1.23

30 Jun 13:26
3c53f1a
Compare
Choose a tag to compare

Notes

  • Fixed a bug that prevented GPU utilization.
  • Added support for manually setting the fragment size.
  • Fixed wrong version number

What's Changed

Full Changelog: v1.1.22...v1.1.23

Jaeger v1.1.22

25 Jan 12:08
a399797
Compare
Choose a tag to compare

This release bring a python API to Jaeger enabling easy integration of Jaeger to python scripts and packages.

What's Changed

Full Changelog: v1.1.2...v1.1.21

v1.1.1

19 Jan 13:44
38efbf7
Compare
Choose a tag to compare

This release replaces the LSTM block with a dilated CNN block.

JaegerAA

23 Oct 12:49
38efbf7
Compare
Choose a tag to compare

The latest release of Jaeger uses numerically encoded six-frame translated nucleotide sequences and has better performance according to benchmarks.

JaegerNT

22 Aug 14:34
318664d
Compare
Choose a tag to compare

JaegerNT uses one-hot encoded nucleotide sequence vectors for feature extraction.