Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Mar 7, 2024
1 parent d12a254 commit a4cfffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 0 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ makedocs(;
pages = [
"Home" => "index.md",
"Integer representation of k-mers" => "kmer_int_repr.md",
"k-mer counting" => Any[
"Vectors of k-mer counts" => "kmer_count_vector.md",
"Matrices of k-mers counts" => "kmer_count_matrix.md",
],
"API Reference" => "references.md",
],
authors = "Anton O. Sollman",
Expand Down
5 changes: 0 additions & 5 deletions test/ext/ext.jl

This file was deleted.

4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ using Test
include("kmer-array.jl")
include("counting.jl")

include("ext/ext.jl")
@testset "extensions" begin
include("ext/BioSequencesExt.jl")
end

end

0 comments on commit a4cfffe

Please sign in to comment.