v0.10.13
Changed
- Allow
AlphabetMismatch
error to allow for an unknown actual alphabet. - Make
HMMFile
andHMMPressedFile
raiseAlphabetMismatch
on files with mixed alphabets.
Fixed
- Avoid calling
fclose
with null pointers inSequence.write
andMSA.write
.