GLnexus
Scalable datastore for population genome sequencing, with on-demand joint genotyping
 All Classes Functions Variables
Public Member Functions | Public Attributes | List of all members
GLnexus::allele Struct Reference

Public Member Functions

 allele (const range &pos_, const std::string &dna_)
 
bool operator== (const allele &rhs) const noexcept
 Equality is based on identity of position and allele.
 
bool operator< (const allele &rhs) const noexcept
 Order is by pos and then allele.
 
bool operator<= (const allele &rhs) const noexcept
 
std::string str () const
 

Public Attributes

range pos
 
std::string dna
 

The documentation for this struct was generated from the following file: