Permalink
Browse files

fix --allScores (issues #7 and #8)

  • Loading branch information...
1 parent 2db5375 commit 2ab5975bbfc9ab88adc8da622e10998619fc91e0 @mlin committed May 5, 2012
Showing with 1 addition and 0 deletions.
  1. +1 −0 src/PhyloCSF.ml
View
@@ -342,6 +342,7 @@ let process_alignment (nt,t,evaluator) fn =
foreach (List.enum rslt.PhyloCSFModel.diagnostics) (fun (k,v) -> printf " %s=%s" k v)
printf "\n"
+ Enum.force rgns_scores
if Opt.get print_orfs then
Enum.clone rgns_scores |> iter (report_score "orf_score(decibans)")
reduce max rgns_scores |> report_score (if Opt.get orf_mode <> AsIs || Opt.get reading_frame <> One then "max_score(decibans)" else "score(decibans)")

0 comments on commit 2ab5975

Please sign in to comment.