Skip to content

Commit

Permalink
Merge pull request #56 from smithlabcode/configure-bug-fix
Browse files Browse the repository at this point in the history
Bugfix for configuring short mode
  • Loading branch information
andrewdavidsmith authored Jul 25, 2024
2 parents 650a0d4 + 25bfbda commit eb1a58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbismalIndex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace seed {
// window in which we select the best k-mer. The longer it is,
// the longer the minimum read length that guarantees an exact
// match will be mapped
#ifdef ENABLE_VERY_SHORT
#ifdef ENABLE_SHORT
static const uint32_t window_size = 12u;
#else
static const uint32_t window_size = 20u;
Expand Down

0 comments on commit eb1a58a

Please sign in to comment.