proteobench.io.params.alphapept module#
Parser for Alphapept yaml configuration files.
- proteobench.io.params.alphapept.extract_params(fname: Path) ProteoBenchParameters[source]#
Extract parameters from an AlphaPept YAML configuration file.
- Parameters:
fname (pathlib.Path) – Path to the AlphaPept configuration file.
- Returns:
The extracted parameters as a ProteoBenchParameters object.
- Return type: