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
The method of initial graph construction from kmers that is currently used is much more efficient now.
However, it still suffers from the circle problem in that kmers that have themselves as a de-bruijn neighbour forwards and backwards are not included in the unititgs.
This is a fairly known and simple problem to solve.
But since it's very very rare in real data, right now the algorithm just warns you. But we should fix it later.
The text was updated successfully, but these errors were encountered:
The method of initial graph construction from kmers that is currently used is much more efficient now.
However, it still suffers from the circle problem in that kmers that have themselves as a de-bruijn neighbour forwards and backwards are not included in the unititgs.
This is a fairly known and simple problem to solve.
But since it's very very rare in real data, right now the algorithm just warns you. But we should fix it later.
The text was updated successfully, but these errors were encountered: