rnalysis.fastq.PairedEndPipeline

class rnalysis.fastq.PairedEndPipeline
__init__()

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

PairedEndPipeline.apply_to(r1_files, ...)

PairedEndPipeline.export_pipeline(filename)

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

PairedEndPipeline.import_pipeline(filename)

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

PairedEndPipeline.remove_last_function()

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