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.
| FASTAEntry | ( | ) | [inline] |
| FASTAEntry | ( | String | id, | |
| String | desc, | |||
| String | seq | |||
| ) | [inline] |
| bool operator== | ( | const FASTAEntry & | rhs | ) | const [inline] |
Referenced by FASTAFile::FASTAEntry::operator==().
Referenced by FASTAFile::FASTAEntry::operator==().
Referenced by FASTAFile::FASTAEntry::operator==().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |