hail-is / hail

Cloud-native genomic dataframes and batch computing
https://hail.is
MIT License
974 stars 243 forks source link

[query/vds] Fix removal of ref GT in `from_merged_representation` #14699

Closed chrisvittal closed 2 hours ago

chrisvittal commented 1 week ago

We can't do this anymore since genotype may be something other than diploid.

Missed this in the original VDS ploidy changes

Split off from #14675 to shrink that change to assist in debugging it.

chrisvittal commented 5 days ago

@cjllanwarne this is a small bugfix that I would like to have in the release, and it is/was a part of #14675 that's you've already approved, so, could I get a thumb?

chrisvittal commented 2 hours ago

closing in favor of #14675 which includes this change