Class PhylipWriter
source code
Interfaces.SequenceWriter --+
|
PhylipWriter
Write interlaced Phylip sequence alignments.
For more information on the file format, please see:
http://evolution.genetics.washington.edu/phylip/doc/sequence.html
http://evolution.genetics.washington.edu/phylip/doc/main.html#inputfiles
All sequences must be the same length.
|
Use this to write an entire file containing the given records.
If records is an iterator that does not support len(records) or
records[index] then it is converted into a list.
- Overrides:
Interfaces.SequenceWriter.write_file
|