Skip to content

Commit b883807

Browse files
Comment out log-odds ratio decision rule and related exports in extended.jl
1 parent e9dd91b commit b883807

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/extended.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import BioSequences: translate
1414

1515
## Methods from BioMarkovChains that expand their fuctions to this package structs
1616
import BioMarkovChains: log_odds_ratio_score
17-
export log_odds_ratio_score, lors
17+
# export log_odds_ratio_score, lors
1818

1919
@inline log_odds_ratio_score(orf::ORFI{N,F}; kwargs...) where {N,F} = log_odds_ratio_score(sequence(orf); kwargs...)
20-
@inline log_odds_ratio_decision_rule(orf::ORFI{N,F}; kwargs...) where {N,F} = log_odds_ratio_decision_rule(sequence(orf); kwargs)
20+
# @inline log_odds_ratio_decision_rule(orf::ORFI{N,F}; kwargs...) where {N,F} = log_odds_ratio_decision_rule(sequence(orf); kwargs)
2121

22-
const lors = log_odds_ratio_score
22+
# const lors = log_odds_ratio_score

0 commit comments

Comments
 (0)