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