We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd4c5d commit 4c10938Copy full SHA for 4c10938
src/indexparameters.cpp
@@ -35,13 +35,14 @@ struct Profile {
35
static auto max{std::numeric_limits<int>::max()};
36
37
static std::vector<Profile> profiles = {
38
- Profile{ 50, 90, 20, -4, -3, 2},
39
- Profile{100, 110, 20, -4, -2, 2},
40
- Profile{125, 135, 20, -4, -1, 4},
41
- Profile{150, 175, 20, -4, 1, 7},
42
- Profile{250, 275, 20, -4, 4, 13},
43
- Profile{300, 375, 22, -4, 2, 12},
44
- Profile{400, max, 23, -6, 2, 12},
+ Profile{ 50, 70, 16, -4, -2, 0},
+ Profile{ 75, 90, 20, -4, -3, -1},
+ Profile{100, 110, 16, -4, 1, 3},
+ Profile{125, 135, 20, -4, 1, 4},
+ Profile{150, 175, 20, -4, 2, 5},
+ Profile{250, 275, 24, -4, 4, 12},
+ Profile{300, 375, 24, -4, 5, 13},
45
+ Profile{400, max, 25, -6, 7, 13},
46
};
47
48
/* Create an IndexParameters instance based on a given read length.
0 commit comments