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