mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-22 05:19:55 +00:00
Add test for ending insertion
This commit is contained in:
parent
abff6692d4
commit
3b61ccefb5
1 changed files with 3 additions and 0 deletions
|
@ -118,4 +118,7 @@ end
|
||||||
|
|
||||||
# Test for ending soft+hard clip
|
# Test for ending soft+hard clip
|
||||||
@test Variant(PairwiseAlignment(AlignedSequence(mutseq, Alignment("7=3S2H", 1, 1)), refseq)) == refvar
|
@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
|
end
|
||||||
|
|
Loading…
Reference in a new issue