Skip to content

Commit

Permalink
Slightly improve accuracy for read length 250
Browse files Browse the repository at this point in the history
As discussed in #350
  • Loading branch information
marcelm committed Oct 2, 2023
1 parent 747ca24 commit 655e58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indexparameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static std::vector<Profile> profiles = {
Profile{100, 110, 20, -4, -1, -1},
Profile{125, 135, 20, -4, -1, 3},
Profile{150, 175, 20, -4, 1, 7},
Profile{250, 275, 22, -4, 4, 14},
Profile{250, 275, 23, -4, 4, 14},
Profile{300, 375, 22, -4, 3, 13},
Profile{400, max, 23, -6, 2, 12},
};
Expand Down

0 comments on commit 655e58d

Please sign in to comment.