Skip to content

Commit 3f15f8a

Browse files
committed
Use optimized parameters
See #407
1 parent 2adbeb4 commit 3f15f8a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/indexparameters.cpp

+8-7
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ struct Profile {
3636
static auto max{std::numeric_limits<int>::max()};
3737

3838
static std::vector<Profile> profiles = {
39-
Profile{ 50, 70, 18, -4, -2, 1},
40-
Profile{ 75, 90, 20, -4, -3, 2},
41-
Profile{100, 110, 20, -4, -2, 2},
42-
Profile{125, 135, 20, -4, -1, 4},
43-
Profile{150, 175, 20, -4, 1, 7},
44-
Profile{250, 375, 22, -4, 2, 12},
45-
Profile{400, max, 23, -6, 2, 12},
39+
Profile{ 50, 70, 16, -4, -2, 0},
40+
Profile{ 75, 90, 20, -4, -3, -1},
41+
Profile{100, 110, 18, -4, 1, 3},
42+
Profile{125, 135, 20, -4, 1, 4},
43+
Profile{150, 175, 22, -4, 3, 5},
44+
Profile{250, 275, 24, -4, 4, 12},
45+
Profile{300, 375, 24, -4, 5, 13},
46+
Profile{400, max, 25, -6, 7, 13},
4647
};
4748

4849
/* Create an IndexParameters instance based on a given read length.

0 commit comments

Comments
 (0)