Source code for proteobench.io.params.pointnovo
from typing import Dict
[docs]
def extract_params(file_path: str) -> Dict[str, str]:
"""
Extract parameters from the config file.
Parameters
----------
file_path : str
The path to the config file.
Returns
-------
ProteoBenchParameters
The extracted parameters as a ProteoBenchParameters object.
"""
pass