Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@mike-w-wilson mike-w-wilson released this 29 Jul 17:52
· 94 commits to main since this release
6411b7e

What's Changed

Bug fixes

  • Fix annotate_with_ht to only use a semi-join when filter_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 and get_summary_stats_csq_filter_expr to build filtering expressions for summary stats by @jkgoodrich in #701
  • Add filter_vep_transcript_csqs_expr, a version of filter_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 and missing_struct_expr by @jkgoodrich in #718

Other Changes

Full Changelog: v0.8.0...v0.8.1