Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pysam/libcalignedsegment.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ cdef inline bytes getSequenceInRange(bam1_t *src,
# note: do not use string literal as it will be a python string
s[k-start] = seq_nt16_str[p[k//2] >> 4 * (1 - k%2) & 0xf]

return charptr_to_bytes(seq)
return seq


#####################################################################
Expand Down
Loading