rnalysis.fastq.SingleEndPipeline.import_pipeline

classmethod SingleEndPipeline.import_pipeline(filename: 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