Replace HMMER3 with PyHMMER for domain annotation.
Added
- Explicit support for Python 3.9.
Changed
-
pyhmmer
is used to annotate protein sequences instead of HMMER3 binaryhmmsearch
. - HMM files are stored in binary format to speedup parsing and reduce storage size.
-
tqdm
is now a training-only dependency.