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 help(type(x)) for signature
|
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 header. This method should be replaced by any derived class to do something useful. |
Use this to write any footer. This method should be replaced by any derived class to do something useful. |
Use this to write a single alignment. This method should be replaced by any derived class to do something useful. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Aug 20 10:37:30 2011 | http://epydoc.sourceforge.net |