#include <fasta.h>
Inheritance diagram for bioinfo::fasta:
Public Methods | |
fasta () | |
creates an empty list to be filled later. | |
fasta (const std::string &) | |
reads and stores a multi fasta file in memory from a file. More... | |
~fasta () | |
destructor. | |
void | write (const std::string &) const |
writes multifasta file to a file. More... | |
void | read (const std::string &) |
fasta 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.
|