MCPcopy Create free account
hub / github.com/deweylab/RSEM / get_pattern_code

Function get_pattern_code

scanForPairedEndReads.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34char get_pattern_code(uint32_t flag) {
35 if (flag & BAM_FREAD1) return ((flag & BAM_FREVERSE) ? 1 : 0);
36 else return ((flag & BAM_FREVERSE) ? 0 : 1);
37}
38
39bool less_than(bam1_t *a, bam1_t *b) {
40 int32_t ap1 = min(a->core.pos, a->core.mpos);

Callers 1

less_thanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected