Skip to content

Commit

Permalink
klen default 63
Browse files Browse the repository at this point in the history
  • Loading branch information
gf777 committed Aug 4, 2024
1 parent d0c42b3 commit b9f8b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int sortAlignment_flag;
int terminalAlignments_flag;
int maxThreads = 0;

uint32_t kLen = 21;
uint32_t kLen = 63;
uint8_t kPrefixLen = 31;
Buf<uint8_t> *seqBuf, *seqBuf2;

Expand Down

0 comments on commit b9f8b2e

Please sign in to comment.