Skip to content

v3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 20:01
v3.3.0

Added

  • CLI option to disable translation of stop codons (#51, by @zclaas).

Changed

  • Scorer internal API to separate connection scoring and overlap disentangling.

Fixed

  • Bug with computation of minimum node in connection scoring loop (hyattpd/Prodigal#108).
  • Out-of-bounds sequence access in _shine_dalgarno_exact and _shine_dalgarno_mm methods of Sequence.
  • Memory leak in Nodes.__setstate__ caused by incorrect reallocation.