Skip to content
Snippets Groups Projects
Commit 0cb9738e authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Fix windows

parent 160c1432
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ def get_chr_batches(ref_file, chr):
groups.append((start, end))
if len_chr + 1 == end:
break
start = end - 9999
start = end - 49999
end = min(start + 9999999, len_chr + 1)
last_group = (start, len_chr + 1)
if last_group not in groups:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment