proteobench.io.params.wombat module#

Parser for WOMBAT-P yaml configuration files.

proteobench.io.params.wombat.extract_params(fname: Path) ProteoBenchParameters[source]#

Extracts parameters from a WOMBAT-P YAML configuration file.

Parameters:

fname (pathlib.Path) – Path to the WOMBAT-P configuration file.

Returns:

The extracted parameters as a ProteoBenchParameters object.

Return type:

ProteoBenchParameters