Algorithm release 0.8.3
This release utilizes the v.2025-09-02 version of the MOAlmanac database. It includes a fix to a bug that prevented HTML report generation. Specifically, in rare circumstances, the columns sensitive_score_bin_map
, resistance_score_bin_map
, and prognostic_score_bin_map
were not added to the data object for actionable variants, which are used to sort report tables.
Revisions:
- Changes were made to
evaluator.py
,illustrator.py
, andwriter.py
to resolve occasionally occurring warnings regarding upcoming changes on interacting with a copy of a slice from a DataFrame and downcasting object dtype arrays.
Bug fixes:
- Explicitly define
sensitive_score_bin_map
,resistance_score_bin_map
, orprognostic_score_bin_map
within thebin_names
section ofcolnames.ini
.