Home
last modified time | relevance | path

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

/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/glf/test/
H A DWriteFiles.cpp335 assert(record.setReadDepth(SEC1REC1_READDEPTH)); in writeSec1Record1()
359 assert(record.setReadDepth(SEC1REC2_READDEPTH)); in writeSec1Record2()
437 assert(record.setReadDepth(SEC2REC1_READDEPTH)); in writeSec2Record1()
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/glf/
H A DGlfRecord.h116 bool setReadDepth(uint32_t readDepth);
H A DGlfRecord.cpp236 bool GlfRecord::setReadDepth(uint32_t readDepth) in setReadDepth() function in GlfRecord