Algorithm release 0.8.3
This release utilizes the v.2025-02-07 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.pyto 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_mapwithin thebin_namessection ofcolnames.ini.