Home
last modified time | relevance | path

Searched refs:setRefBaseInt (Results 1 – 3 of 3) sorted by relevance

/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/glf/test/
H A DWriteFiles.cpp332 assert(record.setRefBaseInt(SEC1REC1_REFBASE)); in writeSec1Record1()
356 assert(record.setRefBaseInt(SEC1REC2_REFBASE)); in writeSec1Record2()
434 assert(record.setRefBaseInt(SEC2REC1_REFBASE)); in writeSec2Record1()
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/glf/
H A DGlfRecord.h88 bool setRefBaseInt(uint8_t refBase);
H A DGlfRecord.cpp201 bool GlfRecord::setRefBaseInt(uint8_t refBase) in setRefBaseInt() function in GlfRecord