.sequence does not work well with int64
Closed this issue · 2 comments
daquang commented
When I use the .sequence function, and start and/or stop are int64, I get this error:
RuntimeError: You must supply at least a chromosome!
The error disappears if I make sure to typecast to int before I call .sequence.
dpryan79 commented
I never wrote the functions to deal with int64s, since the format doesn’t handle bigger than an int32 to begin with. I can modify that next week.
…Sent from my iPhone
On 25. May 2018, at 05:52, daquang ***@***.***> wrote:
When I use the .sequence function, and start and/or stop are int64, I get this error:
RuntimeError: You must supply at least a chromosome!
The error disappears if I make sure to typecast to int before I call .sequence.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
dpryan79 commented
4 years later I obviously didn't get around to doing this "next week". Since the format uses max int32 coordinates, I'm OK with not allowing int64 values to be used.