Skip to content

0.6.3

Compare
Choose a tag to compare
@althonos althonos released this 23 Dec 00:38
· 483 commits to main since this release

Added

  • pyrodigal command line script exposing a CLI mimicking the original prodigal binary.
  • write_gff, write_genes and write_translations methods to pyrodigal.Predictions to write the predictions results to a file in different formats.
  • Implementation for masking regions of unknown nucleotides in input sequences.

Changed

  • Renamed pyrodigal.Pyrodigal class to pyrodigal.OrfFinder.

Fixed

  • setup.py build different SIMD implementations with the same set of feature flags, causing compilers to re-optimize the SIMD implementations.