Fixed
- Write the
min_number_genes
value to the parameters JSON file of thesummary
module. - Set maximum
tensorflow
version to below2.16
.
Changed
- Set the
break_on_hyphens
parameter of thetextwrap.fill
function toFalse
to prevent line breaks at-
characters. This ensures that sequences with gaps in FASTA files generated usingSequence.__str__()
maintain consistent line width. - Compare
Enum
by identity in theopen_file
function.