MHCXGraph.app.run_pairwise_mode

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

Execute the association workflow in pairwise mode.

Each unique pair of graphs is processed independently and written to a dedicated output directory.

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

  • base_output (pathlib.Path) – Root directory where pairwise comparison results will be saved.

  • run_name (str) – Base identifier for the 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