ovo.app.components.workflow_summary¶
Module Contents¶
Functions¶
API¶
- ovo.app.components.workflow_summary.rfdiffusion_scaffold_workflow_summary(jobs: list[ovo.DesignJob])¶
- ovo.app.components.workflow_summary.rfdiffusion_binder_design_workflow_summary(jobs: list[ovo.DesignJob])¶
- ovo.app.components.workflow_summary.bindcraft_workflow_summary(jobs: list[ovo.DesignJob])¶
- ovo.app.components.workflow_summary.get_cached_pool_stats(pools: list[ovo.Pool])¶
- ovo.app.components.workflow_summary.get_cached_interface_residue_stats(group_subjobs, accepted: bool | None, target_chain_id: str, descriptor_key: str) dict | None¶
- ovo.app.components.workflow_summary.group_subjobs_by_key(jobs: list[ovo.DesignJob], key: Callable)¶
- ovo.app.components.workflow_summary.subjob_input_selectbox(all_input_paths: list[str], key_suffix: str)¶
- ovo.app.components.workflow_summary.get_subjob_table(group_subjobs: list[tuple[ovo.DesignJob, ovo.Pool, int]], accepted_designs_by_pool, total_designs_by_pool)¶
- ovo.app.components.workflow_summary.show_subjob_table(group_subjobs: list, accepted_designs_by_pool: dict, total_designs_by_pool: dict)¶