Changes
Refactor
- Updated the STEC class in `allele_tools/stec.py`. These updates include importing a new function, changing how existing functions are called and handled, and changing some values. These changes improve the functionality and flexibility of the STEC class.
Chore
- Updated the version number to 0.4.6 in `allele_tools/version.py`.
- Decreased the minimum acceptable amino acid allele length for stx2B from 84 to 82 aa in several test files (`tests/test_1_allele_translate_reduce.py`, `tests/test_2_allele_updater.py`, `tests/test_5_stec_allele_find.py`, `tests/test_9_stec_allele_translate_find.py`).
- Updated the expected test results in `tests/test_5_stec_allele_find.py` and `tests/test_9_stec_allele_translate_find.py` to reflect these changes.
Bug Fixes
- None
New Features
- None