r568: revert - don't take max(dp_max, dp_score)

This commit is contained in:
Heng Li
2017-11-09 23:12:48 -05:00
parent 99a2709913
commit dd18cd75de
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -163,7 +163,6 @@ static void mm_update_extra(mm_reg1_t *r, const uint8_t *qseq, const uint8_t *qu
toff += len;
}
}
p->dp_max = max > p->dp_score? max : p->dp_score;
assert(qoff == r->qe - r->qs && toff == r->re - r->rs);
}