rnalysis.fastq.SingleEndPipeline.export_pipeline

SingleEndPipeline.export_pipeline(filename: str | Path | None) None | str

Export a Pipeline to a Pipeline YAML file or YAML-like string.

Parameters:

filename (str, pathlib.Path, or None) – filename to save the Pipeline YAML to, or None to return a YAML-like string instead.

Returns:

if filename is None, returns the Pipeline YAML-like string.