Skip to content

Commit

Permalink
fix typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Feb 19, 2017
1 parent 3c08498 commit 20b64e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/PhyloModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export

# Package files
include("sequences.jl")

include("substitution_models/abstract.jl")
include("substitution_models/jc69.jl")
include("substitution_models/k80.jl")
Expand All @@ -66,11 +65,8 @@ export
include("substitution_models/hky85.jl")
include("substitution_models/tn93.jl")
include("substitution_models/gtr.jl")

include("simulation.jl")

include("loglikelihoods.jl")

include("sandbox.jl")

end # module
2 changes: 1 addition & 1 deletion src/loglikelihoods.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function loglikelihood(tree::Tree,
error("Some leaves are missing sequence data")
elseif length(findroots(tree)) > 1
error("More than one root detected")
elseif condition
end

# Create a Dict to store likelihood calculations
calculations = Dict{Int64, Array{Float64, 2}}()
Expand Down

0 comments on commit 20b64e6

Please sign in to comment.