Gamgee
You miserable little maggot. I'll stove your head in!
|
Helper struct to hold one read group record from a sam file header. More...
#include <read_group.h>
Public Member Functions | |
ReadGroup ()=default | |
ReadGroup (const std::string &header_line) | |
creates and populates a read group object from a sam header line More... | |
Public Attributes | |
std::string | id |
std::string | center |
std::string | description |
std::string | date_time |
std::string | flow_order |
std::string | key_sequence |
std::string | library |
std::string | programs |
std::string | median_insert_size |
std::string | platform |
std::string | platform_unit |
std::string | sample |
Helper struct to hold one read group record from a sam file header.
A read group, which is contained in a line starting with "@RG" in a sam file header, contains information about the seuencing process: type of machine, time, center etc. Most important for variant calling and quality control is the sample ID – each sample may be split into several read groups.
|
default |
gamgee::ReadGroup::ReadGroup | ( | const std::string & | header_line | ) |
creates and populates a read group object from a sam header line
std::string gamgee::ReadGroup::center |
std::string gamgee::ReadGroup::date_time |
std::string gamgee::ReadGroup::description |
std::string gamgee::ReadGroup::flow_order |
std::string gamgee::ReadGroup::id |
std::string gamgee::ReadGroup::key_sequence |
std::string gamgee::ReadGroup::library |
std::string gamgee::ReadGroup::median_insert_size |
std::string gamgee::ReadGroup::platform |
std::string gamgee::ReadGroup::platform_unit |
std::string gamgee::ReadGroup::programs |
std::string gamgee::ReadGroup::sample |