MHCXGraph.app.run_multiple_mode

MHCXGraph.app.run_multiple_mode(graphs, base_output, run_name, config, log)[source]

Execute the association workflow in multiple-graphs mode.

In this mode all graphs are processed together in a single association task.

Parameters:
  • graphs (list) – Collection of graph objects produced by the preprocessing stage.

  • base_output (pathlib.Path) – Base directory where output results are written.

  • run_name (str) – Identifier for the current execution run.

  • config (dict[str, Any]) – Association configuration dictionary controlling the graph association algorithm.

  • log (logging.Logger) – Logger instance used to record runtime messages.

Return type:

None