OEWriteAlignment¶
bool OEWriteAlignment(OEPlatform::oeostream &os,
const OESequenceAlignment &align,
unsigned int width=50)
Generates a version of the standard formatted text representation of sequence alignments.
- os
The stream into which the sequence alignment is being written.
- align
The OESequenceAlignment object
- width
The width of the output.