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
I have a memory problem. For example, When I use the Mpoxvirus reference sequence to align with a partial genome or specific coding sequence. The program used 62 GB+ of RAM, and the OS killed the process before it finished the alignment.
I've come across https://github.com/smarco/BiWFA-paper which seems to offer a solution with lower memory usage. Additionally, I've noticed the presence of low-memory modes in the code (WFA_wrap.pxd).
Will you plan to integrate these features in the Python interface pyfwa to enable the BiWFA algorithm or select memory strategies, or is there an alternative way? Please feel free to suggest me.
I also changed the heuristic functions (adaptive and Xdrop ), but they didn't help in my case.
The text was updated successfully, but these errors were encountered:
Hi
I have a memory problem. For example, When I use the Mpoxvirus reference sequence to align with a partial genome or specific coding sequence. The program used 62 GB+ of RAM, and the OS killed the process before it finished the alignment.
I've come across https://github.com/smarco/BiWFA-paper which seems to offer a solution with lower memory usage. Additionally, I've noticed the presence of low-memory modes in the code (WFA_wrap.pxd).
Will you plan to integrate these features in the Python interface pyfwa to enable the BiWFA algorithm or select memory strategies, or is there an alternative way? Please feel free to suggest me.
I also changed the heuristic functions (adaptive and Xdrop ), but they didn't help in my case.
The text was updated successfully, but these errors were encountered: