29 void validateRead10(
SamRecord& samRecord);
39 static const int READ1_POS = 1010;
40 static const int READ1_ALIGN_END = 1016;
41 static const int READ1_UNCLIP_START = 1010;
42 static const int READ1_UNCLIP_END = 1016;
43 static const int READ1_ALIGN_LEN = 7;
44 static const std::string READ1_CIGAR;
45 static const std::string READ1_SEQ;
46 static const std::string READ1_QUAL;
48 static const int READ2_POS = 1011;
50 static const int READ6_POS = 1750;
51 static const int READ6_ALIGN_END = 1754;
52 static const int READ6_UNCLIP_START = 1745;
53 static const int READ6_UNCLIP_END = 1754;
54 static const int READ6_ALIGN_LEN = 5;
55 static const std::string READ6_CIGAR;
56 static const std::string READ6_SEQ;
57 static const std::string READ6_QUAL;
59 static const int READ7_POS = 1750;
60 static const int READ7_ALIGN_END = 1754;
61 static const int READ7_UNCLIP_START = 1747;
62 static const int READ7_UNCLIP_END = 1758;
63 static const int READ7_ALIGN_LEN = 5;
64 static const std::string READ7_CIGAR;
65 static const std::string READ7_SEQ;
66 static const std::string READ7_QUAL;
Class providing an easy to use interface to get/set/operate on the fields in a SAM/BAM record...