std::vector<BamRecord> records;
std::sort(records.begin(), records.end(), Compare::BarcodeReverse());
