read_model_from_yaml_file

glotaran.deprecation.modules.glotaran_root.read_model_from_yaml_file(model_file: str) Model[source]

Parse model.yaml file to Model.

Warning

Deprecated use glotaran.io.load_model(model_file) instead.

Parameters

model_file (str) – File with model spec description as yaml.

Returns

Model described in model_file.

Return type

Model