Closed chaigsh closed 4 years ago
If I use this function [GenomicInterval.xrange(step = 1)] in python3, how to do it?
In Python3, I got one error: for position in iv.xrange(step = 1): AttributeError: 'HTSeq._HTSeq.GenomicInterval' object has no attribute 'xrange'
This was a legit bug, fixed in commit c56cf6c, will be released in 0.11.5
The function in Python3 is called GenomicInterval.range(...)
Dear author, I found GenomicInterval.xrange(step = 1) cannot work in python3, but it woks well in python2.
Thanks