Skip to content

geNomad v1.8.1

Latest
Compare
Choose a tag to compare
@apcamargo apcamargo released this 05 Oct 19:47
· 5 commits to main since this release

Fixed

  • Write the min_number_genes value to the parameters JSON file of the summary module.
  • Set maximum tensorflow version to below 2.16.

Changed

  • Set the break_on_hyphens parameter of the textwrap.fill function to False to prevent line breaks at - characters. This ensures that sequences with gaps in FASTA files generated using Sequence.__str__() maintain consistent line width.
  • Compare Enum by identity in the open_file function.