Skip to content

Commit

Permalink
Merge commit 'bbc00de51f8e3e0e03af30d15d4e6e185e99d059'
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed May 8, 2023
2 parents b46262c + bbc00de commit 29e2557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mmseqs/src/prefiltering/ungappedprefilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ int ungappedprefilter(int argc, const char **argv, const Command &command) {
unsigned int targetKey = tdbr->getDbKey(tId);
if(taxonomyHook != NULL){
TaxID currTax = taxonomyHook->taxonomyMapping->lookup(targetKey);
if (taxonomyHook->expression->isAncestor(currTax)) {
if (taxonomyHook->expression->isAncestor(currTax) == false) {
continue;
}
}
Expand Down

0 comments on commit 29e2557

Please sign in to comment.