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 2.0.0 | Documentation generated on Sat May 16 2015 16:13:50 using doxygen 1.8.9.1 |