Skip to content

Latest commit

 

History

History
179 lines (100 loc) · 17.4 KB

CHANGELOG.md

File metadata and controls

179 lines (100 loc) · 17.4 KB

Changelog

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