This class serves for reading in FASTA files.
More...
#include <OpenMS/FORMAT/FASTAFile.h>
List of all members.
Classes |
| struct | FASTAEntry |
| | FASTA entry type (identifier, description and sequence). More...
|
Public Member Functions |
| | FASTAFile () |
| | Copy constructor.
|
| virtual | ~FASTAFile () |
| | Destructor.
|
| void | load (const String &filename, std::vector< FASTAEntry > &data) |
| | loads a FASTA file given by 'filename' and stores the information in 'data'
|
| void | store (const String &filename, const std::vector< FASTAEntry > &data) const |
| | stores the data given by 'data' at the file 'filename'
|
Detailed Description
This class serves for reading in FASTA files.
Constructor & Destructor Documentation
Member Function Documentation
loads a FASTA file given by 'filename' and stores the information in 'data'
- Exceptions:
-
| void store |
( |
const String & |
filename, |
|
|
const std::vector< FASTAEntry > & |
data | |
|
) |
| | const |
stores the data given by 'data' at the file 'filename'
- Exceptions:
-