Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vds/combiner] Deduplicate functions in combiner internals #14583

Merged

Conversation

chrisvittal
Copy link
Collaborator

make_variants_matrix_table and make_variant_stream, shared a function for processing entries. As did make_reference_matrix_table and make_reference_stream. This deduplicates that functionality by lifting out the internal functions to top level definitions.

`make_variants_matrix_table` and `make_variant_stream`, shared a function
for processing entries. As did `make_reference_matrix_table` and
`make_reference_stream`. This deduplicates that functionality by
lifting out the internal functions to top level definitions.
@hail-ci-robot hail-ci-robot merged commit 912ddd0 into hail-is:main Jun 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants