Home
last modified time | relevance | path

Searched refs:pysam_get_qual (Results 1 – 5 of 5) sorted by relevance

/dports/biology/py-pysam/pysam-0.18.0/pysam/
H A Dhtslib_util.h78 static inline uint8_t pysam_get_qual(bam1_t * b) { in pysam_get_qual() function
H A Dlibcsamfile.pxd36 uint8_t pysam_get_qual(bam1_t * b)
H A Dlibcalignedsegment.pxd22 uint8_t pysam_get_qual(bam1_t * b)
H A Dlibcalignedsegment.pyx1269 return pysam_get_qual(self._delegate)
H A Dlibcalignedsegment.c16844 …__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__()