This project provides classes for the storing of FASTA data.
This class inherits from datahold.OkayList. Its items must be of the class Record.
This property holds a list of the items of the current instance.
This method dumps the current instance into a wb stream.
This method dumps the current instance into a file.
This method dumps the current instance as a string.
This classmethod loads a new instance from an rb stream.
This classmethod loads a new instance from a file.
This classmethod loads a new instance from a string.
This class represents individual FASTA records.
This property holds a corresponding Bio.SeqRecord.SeqRecord.
This method returns a copy of the current instance.
This property represents the description of the record.
This method dumps the current instance as a string.
This property represents the id of the record.
This classmethod loads a new instance from a string.
This property holds the seq of the record.
This property holds the supplementary information of the record.