What's Changed
Bug fixes
- Fix
annotate_with_ht
to only use a semi-join whenfilter_missing
is True by @jkgoodrich in #709 - Fix bug in
process_consequences
that was introduced when adding support for VEP without polyphen by @jkgoodrich in #710
New Features
- Add explode_downsamplings function by @klaricch in #694
- Update VEP csqs in impact categories to match VEP by @mike-w-wilson in #703
- Add
get_summary_stats_variant_filter_expr
andget_summary_stats_csq_filter_expr
to build filtering expressions for summary stats by @jkgoodrich in #701 - Add
filter_vep_transcript_csqs_expr
, a version offilter_vep_transcript_csqs
that takes and returns an ArrayExpression by @jkgoodrich in #713 - Add create_vds function that only supports creating from gvcfs by @mike-w-wilson in #716
- Add functions
fill_missing_key_combinations
andmissing_struct_expr
by @jkgoodrich in #718
Other Changes
- Add a space in joint filter info dict by @KoalaQin in #698
- Change the number of values for stat_union_gen_ancs to unknown by @KoalaQin in #699
- Bump idna from 3.4 to 3.7 in /docs by @dependabot in #692
- Bump jinja2 from 3.1.3 to 3.1.4 in /docs by @dependabot in #700
- Bump requests from 2.31.0 to 2.32.2 in /docs by @dependabot in #708
- Update setup.py for v0.8.1 by @mike-w-wilson in #720
Full Changelog: v0.8.0...v0.8.1