![]() |
OpenMS
|
FASTA entry type (identifier, description and sequence) The first std::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 std::string &id, const std::string &desc, const std::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 | |
| std::string | identifier |
| std::string | description |
| std::string | sequence |
FASTA entry type (identifier, description and sequence) The first std::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.
| std::string description |
Referenced by FASTAFile::FASTAEntry::headerMatches(), and FASTAFile::FASTAEntry::operator==().
| std::string identifier |
| std::string sequence |
Referenced by FASTAFile::FASTAEntry::operator==(), and FASTAFile::FASTAEntry::sequenceMatches().