MHCXGraph.app.main¶
- MHCXGraph.app.main()[source]¶
Run the MHCXGraph command-line pipeline.
This function orchestrates the full workflow:
Parse command-line arguments.
Load the execution manifest.
Configure logging and runtime tracking.
Generate graph representations from input structures.
Execute the association workflow.
The workflow can operate in two modes defined in the manifest:
multipleProcess all graphs together in a single association task.
pairwisePerform pairwise comparisons between all graph combinations.
- Return type:
None
- Raises:
ValueError – If the configured
run_modeis not"multiple"or"pairwise".