Skip to content

Commit ed7a5a2

Browse files
SGSSGeneh-2
andcommitted
Update src/mkindex_algo.hpp
Co-authored-by: Hannes Hauswedell <h2+github.com@fsfe.org>
1 parent 7c85a9b commit ed7a5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mkindex_algo.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ auto generateIndex(TStringSet & seqs, LambdaIndexerOptions const & options)
603603
myPrint(options, 1, "Generating Index...");
604604
double s = sysTime();
605605

606-
TIndex index{seqs | bio::views::to_rank | fmindex_collection::add_sentinels, /*samplingRate*/5, /*threadNbr*/1};
606+
TIndex index{seqs | bio::views::to_rank | fmindex_collection::add_sentinels, /*samplingRate*/ 5, options.threads};
607607

608608
double e = sysTime() - s;
609609
myPrint(options, 1, " done.\n");

0 commit comments

Comments
 (0)