tab_registry#
- class TabRegistry[source]#
Bases:
objectComputes the set of tabs to display based on the current config view and sample state.
- valid_tabs(mode: AppMode, sample_manager: SampleManager, group_controller: AnalysisGroupController | None = None) list[type[GenericTab]][source]#
- global_score(cls: type[GenericTab]) float[source]#
Absolute priorities override computed scores. 0 = hard first, 100 = hard last, otherwise group+within/100.