![]() |
OpenMS
|
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. More...
#include <OpenMS/FORMAT/FASTAFile.h>
Public Member Functions | |
| FASTAEntry ()=default | |
| FASTAEntry (const String &id, const String &desc, const String &seq) | |
| FASTAEntry (const FASTAEntry &rhs)=default | |
| FASTAEntry (FASTAEntry &&rhs) noexcept | |
| FASTAEntry & | operator= (const FASTAEntry &rhs)=default |
| bool | operator== (const FASTAEntry &rhs) const |
| bool | headerMatches (const FASTAEntry &rhs) const |
| bool | sequenceMatches (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.
|
default |
|
inline |
|
default |
|
inlinenoexcept |
|
inline |
References FASTAFile::FASTAEntry::description, and FASTAFile::FASTAEntry::identifier.
|
default |
|
inline |
|
inline |
References FASTAFile::FASTAEntry::sequence.
| String description |
Referenced by FASTAFile::FASTAEntry::headerMatches(), and FASTAFile::FASTAEntry::operator==().
| String identifier |
| String sequence |
Referenced by FASTAFile::FASTAEntry::operator==(), and FASTAFile::FASTAEntry::sequenceMatches().