Holds information from a FASTA record.
Members:
title Title line (> character not included).
sequence The sequence.
Methods
|
|
__init__
__str__
|
|
__init__
|
__init__ ( self, colwidth=60 )
__init__(self, colwidth=60)
Create a new Record. colwidth specifies the number of residues
to put on each line when generating FASTA format.
|
|
__str__
|
__str__ ( self )
|
|