Skip to content

Commit

Permalink
Merge commit '93fd151669145d4d72ad2b1e0a130dbe0ce61181'
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed Sep 5, 2022
2 parents 3283eed + 93fd151 commit a8eb681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mmseqs/src/prefiltering/PrefilteringIndexReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ void PrefilteringIndexReader::createIndexFile(const std::string &outDB,
SequenceLookup *sequenceLookup = NULL;
IndexBuilder::fillDatabase(&indexTable,
(maskMode == 1 || maskLowerCase == 1) ? &sequenceLookup : NULL,
(maskMode == 0 ) ? &sequenceLookup : NULL,
(maskMode == 0 && maskLowerCase == 0) ? &sequenceLookup : NULL,
*subMat, &seq, dbr1, dbFrom, dbFrom + dbSize, kmerThr, maskMode, maskLowerCase, maskProb);
indexTable.printStatistics(subMat->num2aa);

Expand Down

0 comments on commit a8eb681

Please sign in to comment.