MHCXGraph.utils.preprocessing.resolve_selection_params_for_file

MHCXGraph.utils.preprocessing.resolve_selection_params_for_file(file_path: Path, manifest: dict[str, Any]) dict[str, Any][source]

Resolve selection parameters for a specific input file.

Parameters:
  • file_path (pathlib.Path) – Path to the structure file.

  • manifest (dict[str, Any]) – Manifest configuration.

Returns:

params – Combined selector parameters applied to the file.

Return type:

dict[str, Any]