Skip to content

Commit

Permalink
codacy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hanars committed Feb 15, 2024
1 parent dd5fcf8 commit 276bcf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions seqr/utils/search/hail_search_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def get_hail_variants(samples, search, user, previous_search_results, genome_ver
_parse_location_search(search_body)

path = 'gene_counts' if gene_agg else 'search'
import pdb; pdb.set_trace()
response_json = _execute_search(search_body, user, path)

if gene_agg:
Expand Down
2 changes: 1 addition & 1 deletion seqr/views/apis/data_manager_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from seqr.views.utils.json_to_orm_utils import update_model_from_json
from seqr.views.utils.permissions_utils import data_manager_required, pm_or_data_manager_required, get_internal_projects

from seqr.models import Sample, Individual, Project, RnaSeqOutlier, RnaSeqTpm, PhenotypePrioritization, RnaSeqSpliceOutlier
from seqr.models import Sample, Individual, Project, RnaSeqTpm, PhenotypePrioritization, RnaSeqSpliceOutlier

from settings import KIBANA_SERVER, KIBANA_ELASTICSEARCH_PASSWORD, SEQR_SLACK_LOADING_NOTIFICATION_CHANNEL

Expand Down

0 comments on commit 276bcf5

Please sign in to comment.