Skip to content

Commit

Permalink
fix precise end
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Sep 25, 2023
1 parent 47f1488 commit e9fefd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/split.h
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ namespace torali
}
sv.precise=true;
sv.svStart=finalGapStart;
sv.svEnd=finalGapEnd;
sv.svEnd=finalGapEnd - 1;
sv.srAlignQuality = ad.percId;
sv.insLen=ad.cEnd - ad.cStart - 1;
sv.consBp = ad.cStart;
Expand Down

0 comments on commit e9fefd2

Please sign in to comment.