Skip to content

Commit

Permalink
Increase number of matches per sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
eaasna committed Sep 28, 2023
1 parent a1e8527 commit 07615e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/valik/search/search_local.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ bool search_local(search_arguments const & arguments, search_time_statistics & t
threadOptions.queryFile = cart_queries_path.string();
threadOptions.prefilteredSearch = true;
threadOptions.referenceLength = refLen;
threadOptions.numMatches = 10000u;
if (ref_meta)
{
threadOptions.searchSegment = true;
Expand Down

0 comments on commit 07615e7

Please sign in to comment.