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
Right not alignment eats up quadratic amount of memory. For big sequences this will be a lot of memory, which makes swimd unusable for finding alignment of very large sequences.
I should do something similar to Hichbergs algorithm, in order to limit memory usage. It will make alignment slower for some factor, but that is a trade-off we can not avoid.
It would be nice if user could specify this memory limit.
The text was updated successfully, but these errors were encountered:
Right not alignment eats up quadratic amount of memory. For big sequences this will be a lot of memory, which makes swimd unusable for finding alignment of very large sequences.
I should do something similar to Hichbergs algorithm, in order to limit memory usage. It will make alignment slower for some factor, but that is a trade-off we can not avoid.
It would be nice if user could specify this memory limit.
The text was updated successfully, but these errors were encountered: