Skip to content

Commit

Permalink
Default to aux_len=26
Browse files Browse the repository at this point in the history
Layout now:
- 38 bits base hash
- 17 bits auxiliary hash
- 1 bit first_strobe_is_main flag
- 8 bits strobe2 offset
- 32 bits position
- 32 bits reference/contig index
  • Loading branch information
marcelm committed Oct 23, 2024
1 parent 7b26eda commit 74d14d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmdline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ struct CommandLineOptions {
int u { 7 };
int s { 16 };
int c { 8 };
int aux_len{24};
int aux_len{26};

// Alignment
int A { 2 };
Expand Down

0 comments on commit 74d14d8

Please sign in to comment.