Public Member Functions | |
mfasta (const std::string &) | |
reads and stores a multi fasta file in memory from a file | |
void | write (const std::string &) const |
writes multifasta file to a file | |
void | read (const std::string &) |
mfasta IS-A std::list of fasta<seqtype>*
template parameter defines the data type to store sequence information in. Defaults to std::std::string
|
reads and stores a multi fasta file in memory from a file
|
|
writes multifasta file to a file
|