Searched refs:pysam_get_qual (Results 1 – 5 of 5) sorted by relevance
78 static inline uint8_t pysam_get_qual(bam1_t * b) { in pysam_get_qual() function
36 uint8_t pysam_get_qual(bam1_t * b)
22 uint8_t pysam_get_qual(bam1_t * b)
1269 return pysam_get_qual(self._delegate)
16844 …__pyx_t_1 = __Pyx_PyInt_From_uint8_t(pysam_get_qual(__pyx_v_self->_delegate)); if (unlikely(!__pyx… in __pyx_pf_5pysam_18libcalignedsegment_14AlignedSegment_15mapping_quality___get__()