Skip to content

Commit

Permalink
increasing max off diag which does not seem to affect mapping time
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesena1 committed Jan 18, 2022
1 parent e7c8492 commit a060499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbismalAlign.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ struct AbismalAlign {
uint16_t q_sz_max;
uint16_t q_sz;

static const size_t max_off_diag = 20;
static const size_t max_off_diag = 30;
};

template <score_t (*scr_fun)(const uint8_t, const uint8_t),
Expand Down

0 comments on commit a060499

Please sign in to comment.