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
This is from a merge of 25 assemblies of the same genome.
It seems that the overlap collection is now working well. But:
Unnecessary time is spent in a single-threaded overlap merge. This could be done in parallel during the overlap collection).
Graph emission is single-threaded, but could be kicked off in a separate thread. We'd need to manage this to make sure it doesn't get too far behind. Or, it might be run in semi-parallel.
There is still some low-hanging fruit.
This is from a merge of 25 assemblies of the same genome.
It seems that the overlap collection is now working well. But:
The text was updated successfully, but these errors were encountered: