Skip to content

Latest commit

 

History

History
314 lines (176 loc) · 31.1 KB

CHANGELOG.md

File metadata and controls

314 lines (176 loc) · 31.1 KB

Changelog

0.17.0 (2024-10-30)

Features

0.16.1 (2024-10-30)

Bug Fixes

0.16.0 (2024-10-28)

⚠ BREAKING CHANGES

  • adjusting max_af to max_carriers for inhouse (#512)
  • more protobuf cleaning (#511)

Code Refactoring

0.15.0 (2024-10-24)

Features

Bug Fixes

0.14.0 (2024-10-09)

Features

Bug Fixes

0.13.2 (2024-10-07)

Bug Fixes

0.13.1 (2024-10-07)

Bug Fixes

0.13.0 (2024-08-06)

⚠ BREAKING CHANGES

  • write out hom. ref. count in seqvars aggregate (#428) (#429)
  • cleanup protobufs to best practices (#423) (#425)
  • refactory query schema to use protobuf (#374) (#419)

Features

Bug Fixes

  • allow parsing FORMAT/anc as Float/f32 (#414) (bf4634b)

0.12.0 (2024-06-19)

Features

Bug Fixes

0.11.0 (2024-02-27)

Features

Bug Fixes

  • normalize patho-mms.bed => patho_mms.bed (#315) (48afb7d)

0.10.2 (2023-10-04)

Bug Fixes

0.10.1 (2023-07-31)

Bug Fixes

0.10.0 (2023-07-25)

Features

0.9.0 (2023-07-05)

Features

Bug Fixes

0.8.0 (2023-06-28)

⚠ BREAKING CHANGES

  • remove REST server related code (#122) (#123)
  • replace db-compile with per-output commands (#112) (#121)

Code Refactoring

0.7.0 (2023-06-09)

Features

0.6.1 (2023-05-03)

Bug Fixes

  • "db mk-inhouse" command for breakends (#79) (9b33e1d)
  • command "sv query" for types BND and INS (#81) (5be2274)
  • correctly interpret "callers" column (#82) (8e083c8)
  • overlap queries for BND and INS (#83) (4de4eda)

0.6.0 (2023-05-02)

Features

0.5.1 (2023-03-14)

Bug Fixes

0.5.0 (2023-02-13)

Features

  • annotate SVs with masked sequence overlap (#63) (#66) (0fd9403)
  • implement gene allow lists for "sv query" (#65) (#67) (aa9da21)
  • serve genome browser tracks from database (#59) (#60) (040c522)
  • write out effective and matched genotype from rules (#64) (#68) (2c2c793)

Bug Fixes

0.4.0 (2023-02-09)

Features

0.3.0 (2023-02-01)

⚠ BREAKING CHANGES

  • enums serialization case and query issues (#41)

Features

  • allow configuring whether missing call_info entry is pass (#47) (#49) (4d0f64d)
  • make clinvar/pathogenic SV overlap configurable (#39) (af36bd4)
  • make TAD set configurable in query (#51) (82d4995)
  • removing minimal overlap for pathogenic variants again (#53) (3a5d427)
  • write out bg db overlap counts in "sv query" (#44) (#46) (7286d0d)
  • write out distance to next TAD boundary (#45) (#50) (5ef72f3)
  • writing out payload.sv_length (#43) (368621d)

Bug Fixes

  • enums serialization case and query issues (#41) (7cd73aa)

Miscellaneous Chores

0.2.1 (2023-01-31)

Bug Fixes

0.2.0 (2023-01-31)

Features

  • adding --max-results for "sv query" sub command (#32) (#33) (4aa7094)
  • annotate ACMG and OMIM genes in "sv query" (#31) (#35) (9058e2a)

0.1.0 (2023-01-30)

Features

  • "sv query" now writes out TSV with information for a MVP (#28) (6a928c8)
  • add "sv build-bgdb" command (#18) (#19) (00cdf41)
  • annotating SVs with ClinVar VCV (#27) (14af2bc)
  • bootstrapping sv-query sub command (#2) (9cb0c95)
  • implement proper counting of background records (#13) (#14) (a0965cc)
  • implement public/in-house SV database interval tree construction (#4) (#5) (03442aa)
  • implement query schemas (10) (#11) (cc087d7)
  • implementing PoC query feature with SV VCF (#6) (#7) (925ebd8)
  • make "sv query-next" feature-complete for a MVP (#24) (#25) (b7c873c)
  • PoC implementation of variant filtration (#15) (#16) (12201ca)
  • read query from JSON file (#22) (#23) (4e41fbc)
  • switching CLI to multiple sub command levels (#17) (9af47df)
  • using reasonble settings for sv query poc (#20) (#21) (26c0ba0)

Performance Improvements