We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab212be commit a1137edCopy full SHA for a1137ed
test/runtests.jl
@@ -73,6 +73,7 @@ using Test
73
chr.genes[2].db_xref == ["GI:1293614", "GI:123"]
74
end
75
@test GenomicAnnotations.vectorise(Union{Missing,Int}[1,1,1]) == [[1],[1],[1]]
76
+ @test position(chr.genes[2]) == 3:206
77
78
79
@testset "Iteration" begin
0 commit comments