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.
Note that YAML has no tuple type: tuples within the Pipelineβs function parameters were saved as lists, and are therefore returned as lists. The only exception is the top-level tuple of positional arguments of each function, which is restored on import.
- 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: