Closed xkqqkx closed 6 years ago
Thanks, will have a look
On April 24, 2018 1:01:31 AM PDT, xkqqkx notifications@github.com wrote:
When calling alignment.get_sam_line() I got following error:
python3/src/HTSeq/_HTSeq.pyx in HTSeq._HTSeq.SAM_Alignment.get_sam_line() TypeError: sequence item 9: expected str instance, bytes found
Running HTSeq v 0.9.1 with Python 3.6.4 The offending line seems to be the return call in get_sam_line() where a string is formed by joining few items (seq and qualstr field are bytes and not str).
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/simon-anders/htseq/issues/52
Confirmed and fixed it in b258a15, will be there in the new release. Please use the development version until then.
When calling alignment.get_sam_line() I got following error:
Running HTSeq v 0.9.1 with Python 3.6.4 The offending line seems to be the return call in get_sam_line() where a string is formed by joining few items (seq and qualstr field are bytes and not str).