Skip to content

v0.10.13

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 13:28
v0.10.13

Changed

  • Allow AlphabetMismatch error to allow for an unknown actual alphabet.
  • Make HMMFile and HMMPressedFile raise AlphabetMismatch on files with mixed alphabets.

Fixed

  • Avoid calling fclose with null pointers in Sequence.write and MSA.write.