| Trees | Indices | Help |
|
|---|
|
|
object --+
|
AlignmentWriter --+
|
SequentialAlignmentWriter
Base class for building MultipleSeqAlignment 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 Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
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 MultipleSeqAlignment 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 Tue Feb 5 17:59:49 2013 | http://epydoc.sourceforge.net |