Closed paoloshasta closed 4 months ago
@paoloshasta thanks for reporting this and adding a test file. I will look into this.
@paoloshasta this one should be fixed now in the current main branch. Best regards.
Thank you for the quick response. I got the latest commit and verified the fix.
I am converting some old code (in the Shasta assembler) that uses seqan2 to use seqan3 instead. I bumped into seqan2 bugs which cannot be fixed because the seqan2 code base is no longer maintained. Given your quick response I am encouraged that if I bump into seqan3 bugs I can report them here and they will be looked at quickly.
Does this problem persist on the current main?
Is there an existing issue for this?
Current Behavior
When I do a banded alignment, I get incorrect values for begin/end of the alignment. For example, the attached program outputs:
Expected Behavior
I expect the same begin/end values whether I use banded alignment or not.
Steps To Reproduce
I am using the attached test program on Ubuntu 22.04 and compiling it as follows:
Environment
Anything else?
Here is the test program. Added
.txt
extension for posting.seqan3test1.cpp.txt