Closed golobor closed 7 years ago
Hi, I've found that executing get_blocknames() twice crashes the whole python session:
f = pypairix.open(pairs_path) f.get_blocknames() f.get_blocknames()
Thanks, Anton. Looking at it now!
the problem is actually even worse - in my ipython console get_blocknames() crashes at the first execution
fixed now
Hi, I've found that executing get_blocknames() twice crashes the whole python session:
f = pypairix.open(pairs_path) f.get_blocknames() f.get_blocknames()