Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Public Attributes | List of all members
FASTAFile::FASTAEntry Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

FASTAEntry ( )
inline
FASTAEntry ( String  id,
String  desc,
String  seq 
)
inline

Member Function Documentation

bool operator== ( const FASTAEntry rhs) const
inline

Member Data Documentation

String description
String identifier
String sequence

OpenMS / TOPP release 2.0.0 Documentation generated on Wed Mar 30 2016 16:18:46 using doxygen 1.8.5