rnalysis.filtering.Pipeline.import_pipeline

classmethod Pipeline.import_pipeline(filename: Union[str, Path]) GenericPipeline

Import a Pipeline from a Pipeline YAML file or YAML-like string.

Parameters

filename (str or pathlib.Path) – name of the YAML file containing the Pipeline, or a YAML-like string.

Returns

the imported Pipeline

Return type

Pipeline