You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to speed things up we can split the data per chromosome and run these things in separate threads/processes
I would use concurrent.futures ThreadPoolExecutor or ProcessPoolExecutor - not sure which one is the fastest, and replace the for loop over the chromosomes
The text was updated successfully, but these errors were encountered:
to speed things up we can split the data per chromosome and run these things in separate threads/processes
I would use concurrent.futures ThreadPoolExecutor or ProcessPoolExecutor - not sure which one is the fastest, and replace the for loop over the chromosomes
The text was updated successfully, but these errors were encountered: