Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvittal committed May 30, 2024
1 parent fc81c23 commit 5b1b4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hail/python/hail/vds/combiner/combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def make_reference_stream(stream, entry_to_keep: Collection[str]):

def make_entry_struct(e, row):
handled_fields = dict()
# we drop PL by default, but if `entry_to_keep` has it then PL needs to be
# turned into LPL
# we drop PL/PGT by default, but if `entry_to_keep` has them, we need to
# convert them to local.
handled_names = {'AD', 'GT', 'PGT', 'PL'}

if 'GT' in entry_to_keep:
Expand Down

0 comments on commit 5b1b4a9

Please sign in to comment.