triple_accel icon indicating copy to clipboard operation
triple_accel copied to clipboard

Traceback inaccurate with gap open costs

Open Daniel-Liu-c0deb0t opened this issue 3 years ago • 1 comments
trafficstars

Need to keep track of traceback for the gap matrices (whether continuing or opening a gap). Currently, following gap transitions just end up on an entry in the dp matrix (not the gap matrices) even if its continuing a gap.

Daniel-Liu-c0deb0t avatar May 26 '22 03:05 Daniel-Liu-c0deb0t

As an example, when aligning AC and AACC with cost model (sub=1, open=1, extend=1), triple_accel correctly returns cost 3, but the cigar is X=X= instead of =XX=.

RagnarGrootKoerkamp avatar Jan 28 '23 10:01 RagnarGrootKoerkamp