Skip to content

Commit

Permalink
fix multi data type queries
Browse files Browse the repository at this point in the history
  • Loading branch information
hanars committed Oct 10, 2024
1 parent 3b6e2e7 commit 25b7b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hail_search/queries/multi_data_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

class MultiDataTypeHailTableQuery(BaseHailTableQuery):

LOADED_GLOBALS = True

def __init__(self, sample_data, *args, **kwargs):
self._data_type_queries = {
k: QUERY_CLASS_MAP[(k, GENOME_VERSION_GRCh38)](v, *args, override_comp_het_alt=k == SNV_INDEL_DATA_TYPE, **kwargs)
Expand Down

0 comments on commit 25b7b36

Please sign in to comment.