Skip to content

Commit

Permalink
back out range chaser fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLangmead committed Jul 7, 2020
1 parent eb8914d commit ba35b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion range_chaser.h
Expand Up @@ -80,7 +80,7 @@ class RangeChaser {
}
}
// Second thing to try is the chaser
chaser_.setRow(row_ - (ebwt_->_eh.isBt2Index() ? 1 : 0), qlen_, ebwt_);
chaser_.setRow(row_, qlen_, ebwt_);
assert(chaser_.prepped_ || chaser_.done);
// It might be done immediately...
if(chaser_.done) {
Expand Down

0 comments on commit ba35b68

Please sign in to comment.