rnalysis.fastq.SingleEndPipeline

class rnalysis.fastq.SingleEndPipeline
__init__()

SingleEndPipeline.add_function(func, *args, ...)

SingleEndPipeline.apply_to(input_folder, ...)

SingleEndPipeline.export_pipeline(filename)

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

SingleEndPipeline.import_pipeline(filename)

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

SingleEndPipeline.remove_last_function()

Removes from the Pipeline the last function that was added to it.