File: Compare_ReferenceName.txt

package info (click to toggle)
pbbam 2.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,060 kB
  • sloc: cpp: 59,614; xml: 2,908; ansic: 799; sh: 275; python: 203; makefile: 187
file content (2 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (7)
1
2
std::vector<BamRecord> records;
std::sort(records.begin(), records.end(), Compare::ReferenceName());