Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Remove incorrect filter for all topology
Browse files Browse the repository at this point in the history
  • Loading branch information
t03i committed Jan 3, 2024
1 parent 008a710 commit ebfb540
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ def construct_query(self):
query_form["annotations.tm_categorical"] = [1, 0, sp]
elif self.topology == Topology.BETA_STRAND:
query_form["annotations.tm_categorical"] = [0, 1, sp]
elif self.topology == Topology.ALL:
query_form["annotations.tm_categorical"] = [1, 1, sp]

if (
self.taxonomy_selection == TaxaSelectionCriterion.ORGANISM
Expand Down

0 comments on commit ebfb540

Please sign in to comment.