Skip to content

Commit

Permalink
Set optimized parameters for read lengths 50, 100, 300
Browse files Browse the repository at this point in the history
Closes #272
  • Loading branch information
marcelm committed Sep 20, 2023
1 parent 3190f7f commit 57b00e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/indexparameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ struct Profile {
static auto max{std::numeric_limits<int>::max()};

static std::vector<Profile> profiles = {
Profile{ 50, 65, 20, -4, -3, 2},
Profile{ 50, 65, 18, -4, -2, -2},
Profile{ 75, 90, 20, -4, -2, -2},
Profile{100, 110, 20, -4, -2, 2},
Profile{100, 110, 20, -4, -1, -1},
Profile{125, 135, 20, -4, -1, 4},
Profile{150, 175, 20, -4, 1, 7},
Profile{250, 275, 20, -4, 4, 13},
Profile{300, 375, 22, -4, 2, 12},
Profile{300, 375, 23, -4, 6, 12},
Profile{400, max, 23, -6, 2, 12},
};

Expand Down

0 comments on commit 57b00e7

Please sign in to comment.