Skip to content

Commit

Permalink
Fix kbest HIT line
Browse files Browse the repository at this point in the history
  • Loading branch information
s-will committed May 2, 2018
1 parent 6e5cfa5 commit c9e4a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LocARNA/aligner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ namespace LocARNA {
// write structure and ?. TODO: check and
// reimplement. SW - 2013 Jun 7
if (opt_pos_output) {
std::cout << "HIT " << task_score
std::cout << "HIT " << task_score << " "
<< alignment.start_positions().first << " "
<< alignment.start_positions().first << " "
<< alignment.end_positions().second << " "
Expand Down

0 comments on commit c9e4a9f

Please sign in to comment.