Skip to content

Commit

Permalink
change testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Qile0317 committed Dec 7, 2022
1 parent 5651370 commit 48eb580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ end
@test FASTX.FASTA.description(a[1]) == "JQ684648.1 | SED = 10.90 | Pos = 8543:8832 | thr = 16.0 | buffer = 50"
@test getSeq(a[2])[42:96] == dna"CTCTGAGACTCTCCTGTGCAGCCTCTGGATTCACTTTTGATGATTATGCCATGAG"
@test getSeq(a[4])[317:328] == dna"AGACACAAACCT"
@test getSeq(a[5])[198:200] == dna"AG"
@test getSeq(a[5])[198:200] == dna"CAG"
end

@testset "findGenes_thr=25" begin
Expand Down

0 comments on commit 48eb580

Please sign in to comment.