Trees | Indices | Help |
---|
|
Interfaces.SequenceWriter --+ | Interfaces.SequentialSequenceWriter --+ | StockholmWriter
Class to write PFAM style Stockholm format files
Note that sequences and their annotation are recorded together (rather than having a block of annotation followed by a block of aligned sequences).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
pfam_gr_mapping =
|
|||
pfam_gs_mapping =
|
|
Creates the writer object Use the method write_file() to actually record your sequence records.
|
Must supply the number of records (count) |
Use this to write an entire file containing the given records. records - A list or iterator returning SeqRecord objects. If len(records) is not supported, then it will be converted into a list. This method should only be called once for each file.
|
Write a single Stockholm record to the file |
|
|
pfam_gr_mapping
|
pfam_gs_mapping
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:32 2008 | http://epydoc.sourceforge.net |