biopython v1.71.0 Bio.AlignIO.MafIO.MafWriter

Accepts a MultipleSeqAlignment object, writes a MAF file.

Link to this section Summary

Functions

Write a single SeqRecord object to an ‘s’ line in a MAF block (PRIVATE)

Write a complete alignment to a MAF block

Write the MAF header

Link to this section Functions

Link to this function _write_record()

Write a single SeqRecord object to an ‘s’ line in a MAF block (PRIVATE).

Link to this function write_alignment()

Write a complete alignment to a MAF block.

Writes every SeqRecord in a MultipleSeqAlignment object to its own MAF block (beginning with an ‘a’ line, containing ‘s’ lines).

Write the MAF header.