FASTA entry type (identifier, description and sequence) More...
#include <OpenMS/FORMAT/FASTAFile.h>
Public Member Functions | |
FASTAEntry () | |
FASTAEntry (String id, String desc, String seq) | |
bool | operator== (const FASTAEntry &rhs) const |
Public Attributes | |
String | identifier |
String | description |
String | sequence |
FASTA entry type (identifier, description and sequence)
The first String corresponds to the identifier that is written after the > in the FASTA file. The part after the first whitespace is stored in description and the text from the next line until the next > (exclusive) is stored in sequence.
|
inline |
|
inline |
|
inline |
String description |
Referenced by FASTAFile::FASTAEntry::operator==().
String identifier |
Referenced by FASTAFile::FASTAEntry::operator==().
String sequence |
Referenced by FASTAFile::FASTAEntry::operator==().
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:30 using doxygen 1.8.5 |