Skip to content

Commit

Permalink
Merge pull request #368 from EBI-Metagenomics/Hotfix/Analysis-Supression
Browse files Browse the repository at this point in the history
Hotfix/analysis supression
  • Loading branch information
MGS-sails authored Oct 14, 2024
2 parents f5925b7 + a9aab82 commit 2568ea2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion emgapi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,6 @@ def available(self, request=None):
"""
query_filters = {
"all": [
Q(study__is_suppressed=False),
Q(study__is_private=False),
Q(run__is_private=False) | Q(assembly__is_private=False),
Q(is_suppressed=False),
Expand Down

0 comments on commit 2568ea2

Please sign in to comment.