10 #ifndef SAM_READGROUP_H 11 #define SAM_READGROUP_H 25 SamReadGroup(
const std::string&
id);
26 SamReadGroup(
const SamReadGroup& other);
33 bool HasDescription()
const;
34 bool HasFlowOrder()
const;
36 bool HasKeySequence()
const;
37 bool HasLibrary()
const;
38 bool HasPlatformUnit()
const;
39 bool HasPredictedInsertSize()
const;
40 bool HasProductionDate()
const;
41 bool HasProgram()
const;
42 bool HasSample()
const;
43 bool HasSequencingCenter()
const;
44 bool HasSequencingTechnology()
68 return lhs.
ID == rhs.
ID;
73 #endif // SAM_READGROUP_H
#define API_EXPORT
Definition: api_global.h:18