Add test for ending insertion

This commit is contained in:
Thomas A. Christensen II 2022-12-06 10:02:17 -06:00
parent abff6692d4
commit 3b61ccefb5

View file

@ -118,4 +118,7 @@ end
# Test for ending soft+hard clip
@test Variant(PairwiseAlignment(AlignedSequence(mutseq, Alignment("7=3S2H", 1, 1)), refseq)) == refvar
# Test that ending insertions are still valid
@test length(Variant(PairwiseAlignment(AlignedSequence(mutseq, Alignment("7=3I", 1, 1)), refseq)).edits) == 1
end