cgatools::mapping::SamFileRecord Class Reference
List of all members.
Public Member Functions |
|
void | bindToParser (util::DelimitedLineParser &parser) |
|
bool | isConsistent () const |
|
bool | isUnmapped () const |
|
bool | isMateUnmapped () const |
|
bool | isReverseComplemented () const |
|
bool | isMateReverseComplemented () const |
|
bool | isFirstMate () const |
|
bool | isLastMate () const |
|
int | getSide () const |
|
bool | isSecondary () const |
|
void | parseQName (std::string &slide, std::string &lane, size_t &batchNo, size_t &offset) const |
Public Attributes |
|
std::string | qname_ |
|
uint32_t | flag_ |
|
std::string | rname_ |
|
uint32_t | pos_ |
|
uint32_t | mapq_ |
|
std::string | cigar_ |
|
std::string | rnext_ |
|
uint32_t | pnext_ |
|
int32_t | tlen_ |
|
std::string | seq_ |
|
std::string | qual_ |
|
SamTags< SamTag > | samTags_ |
Friends |
|
std::ostream & | operator<< (std::ostream &ost, const SamFileRecord &r) |
The documentation for this class was generated from the following file: