Skip to content

Commit

Permalink
Update dependencies and remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Dec 27, 2023
1 parent 574d29b commit 8d64c31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MarkovChainHammerExt = "MarkovChainHammer"
[compat]
BioSequences = "3"
DiscreteMarkovChains = "0.2"
MarkovChainHammer = "0.1"
MarkovChainHammer = "0"
PrecompileTools = "1"
VectorizedKmers = "0.8"
julia = "1"
Expand Down
1 change: 0 additions & 1 deletion src/BioMarkovChains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ include("extended.jl")
# they belong to your package or not (on Julia 1.8 and higher)
transition_count_matrix(seq)
transition_probability_matrix(seq)
perronfrobenius(seq)
end
end

Expand Down

0 comments on commit 8d64c31

Please sign in to comment.