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
Just brainstorming here. I wanted to hear your thoughts on the possibility of taking the existing smith-waterman code and altering it to perform a global alignment instead. The only reason I'd want to do this is to see how GKL-rs would compare against currently existing global pairwise aligners, like WFA https://github.com/smarco/WFA2-lib
I'm hoping to take this on as a side project, but I just want to hear if you think GKL-rs is currently adaptable as it currently exists.
Cheers,
Rhys
The text was updated successfully, but these errors were encountered:
Oh easy as, I remember seeing this comment of yours ages ago but must have forgotten about it. Glad to know it's easy, just wanted to double check there wasn't some weirdness happening in the background that would global/local alignments difficult.
Knowing it is already global, i'll go ahead and play around with it. Thanks again!
That might have been from #11. So there might still be some overhang differences to account for in order to get the same results as WFA2-lib, but that won't be hard.
Hi Philip,
Just brainstorming here. I wanted to hear your thoughts on the possibility of taking the existing smith-waterman code and altering it to perform a global alignment instead. The only reason I'd want to do this is to see how GKL-rs would compare against currently existing global pairwise aligners, like WFA https://github.com/smarco/WFA2-lib
I'm hoping to take this on as a side project, but I just want to hear if you think GKL-rs is currently adaptable as it currently exists.
Cheers,
Rhys
The text was updated successfully, but these errors were encountered: