18 #ifndef __SAM_HELPER_H__ 19 #define __SAM_HELPER_H__ 36 return(((uint64_t)chromID << 32) | (position & 0xFFFFFFFF));
Class for extracting information from a SAM Flag.
static uint64_t combineChromPos(int32_t chromID, int32_t position)
Helper method that combines the chromosome ID and position into a 64bit number by shifting the chromo...