Skip to content

Commit

Permalink
Update markovprobability logscale kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jun 9, 2024
1 parent 20b0bb6 commit 533e53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transitions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ markovprobability(seq, model=CPGNEG, logscale=true)
function markovprobability(
sequence::NucleicSeqOrView{A};
model::BioMarkovChain=ECOLICDS,
logscale::Bool=false
logscale::Bool=true
) where {A<:NucleicAcidAlphabet}
@assert model.alphabet == Alphabet(sequence) "Sequence and model state space are inconsistent."

Expand Down

0 comments on commit 533e53d

Please sign in to comment.