Postfix

Postfix #

Add DNA to the end of read sequences.

[[step]]
    action = "Postfix"
    seq = "agtc" # DNA sequence to add at end of reads. Checked to be agtcn
    qual = "IIII" # same length as seq. Your responsibility to have valid phred values
    segment = "read1" # Any of your input segments

This transformation adds a specified sequence and corresponding quality scores to the end of reads.