proteobench.io.params.msaid module#
MSAID parameter parsing.
- proteobench.io.params.msaid.extract_params(fname: str) ProteoBenchParameters[source]#
Parse the MSAID parameter file and extract relevant parameters.
- Parameters:
fname (str) – The path to the MSAID parameter file (CSV format).
- Returns:
The extracted parameters encapsulated in a ProteoBenchParameters object.
- Return type: