10 #ifndef SAM_SEQUENCE_H
11 #define SAM_SEQUENCE_H
25 SamSequence(
const std::string& name,
const int& length);
26 SamSequence(
const std::string& name,
const std::string& length);
32 bool HasAssemblyID()
const;
33 bool HasChecksum()
const;
34 bool HasLength()
const;
36 bool HasSpecies()
const;