Trees | Indices | Help |
---|
|
AlignmentWriter --+ | SequentialAlignmentWriter
Base class for building Alignment writers.
This assumes each alignment can be simply appended to the file. You should write a write_alignment() method. You may wish to redefine the __init__ method as well
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|
Use this to write a single alignment. This method should be replaced by any derived class to do something useful. |
Use this to write an entire file containing the given alignments. alignments - A list or iterator returning Alignment objects In general, this method can only be called once per file.
|
Use this to write any footer. This method should be replaced by any derived class to do something useful. |
Use this to write any header. This method should be replaced by any derived class to do something useful. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun May 3 15:51:27 2009 | http://epydoc.sourceforge.net |