Skip to content

Commit

Permalink
undo debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hanars committed Feb 15, 2024
1 parent 276bcf5 commit 79e4c0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion seqr/utils/search/hail_search_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ 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

0 comments on commit 79e4c0e

Please sign in to comment.