Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hanars committed Feb 12, 2024
1 parent fe1c7dc commit 5cbe0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hail_search/queries/multi_data_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def format_search_ht(self):
if merged_sort_expr is not None:
dt_ht = dt_ht.annotate(_sort=merged_sort_expr)
hts.append(dt_ht.select('_sort', **{data_type: dt_ht.row}))

for data_type, ch_ht in self._comp_het_hts.items():
ch_ht = ch_ht.annotate(
v1=self._format_comp_het_result(ch_ht.v1, SNV_INDEL_DATA_TYPE),
Expand Down

0 comments on commit 5cbe0d4

Please sign in to comment.