mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-22 05:19:55 +00:00
Add tests for Variation sorting
This commit is contained in:
parent
0b2879b78c
commit
c360caf9bd
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ end
|
||||||
@test reconstruct(var) == seq1
|
@test reconstruct(var) == seq1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@testset "VariationSorting" begin
|
||||||
|
@test Variation(seq2, "A3T") < Variation(seq2, "T4A")
|
||||||
|
end
|
||||||
|
|
||||||
@testset "VariationPosition" begin
|
@testset "VariationPosition" begin
|
||||||
refseq = dna"ACAACTTTATCT"
|
refseq = dna"ACAACTTTATCT"
|
||||||
mutseq = dna"ACATCTTTATCT"
|
mutseq = dna"ACATCTTTATCT"
|
||||||
|
|
Loading…
Reference in a new issue