From 38317ec7f0b53860ca332ffc5b51830dd86ed0bc Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Wed, 20 Mar 2024 13:39:25 +0100 Subject: [PATCH] Use optimized parameters See #407 --- src/indexparameters.cpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/indexparameters.cpp b/src/indexparameters.cpp index b8ed42cd..2b7a61b1 100644 --- a/src/indexparameters.cpp +++ b/src/indexparameters.cpp @@ -36,13 +36,14 @@ struct Profile { static auto max{std::numeric_limits::max()}; static std::vector profiles = { - Profile{ 50, 70, 18, -4, -2, 1}, - Profile{ 75, 90, 20, -4, -3, 2}, - Profile{100, 110, 20, -4, -2, 2}, - Profile{125, 135, 20, -4, -1, 4}, - Profile{150, 175, 20, -4, 1, 7}, - Profile{250, 375, 22, -4, 2, 12}, - Profile{400, max, 23, -6, 2, 12}, + Profile{ 50, 70, 16, -4, -2, 0}, + Profile{ 75, 90, 20, -4, -3, -1}, + Profile{100, 110, 18, -4, 1, 3}, + Profile{125, 135, 20, -4, 1, 4}, + Profile{150, 175, 22, -4, 3, 5}, + Profile{250, 275, 24, -4, 4, 12}, + Profile{300, 375, 24, -4, 5, 13}, + Profile{400, max, 25, -6, 7, 13}, }; /* Create an IndexParameters instance based on a given read length.