You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Organized output structure: Results for each CV value stored in separate directories; best results copied to 05_final_results/.
New module: full_tree_builder.py encapsulates Steps 6-8.
Spectraformer mode: Complete support for spectraformer workflow integration.
What's New
Core Algorithm
CV threshold auto-search with auto mode for optimal selection.
New Features
full_tree_builder.py module for streamlined Steps 6-8.
Spectraformer workflow integration.
Bug Fixes
Tree-Matrix consistency: Fixed on_node placement to keep tree and matrix synchronized; resolves KeyError.
Multi-mutation node handling: Fixed column name mismatch when multiple mutations (e.g., mutA|mutB) are consolidated into a single node in T_current but remained as separate columns in M_current; now M_current columns are named consistently with node labels.