Skip to content

Releases: molgenis/vip

v1.1.0

16 Sep 05:59
e4aaf88
Compare
Choose a tag to compare

New Features

  • Replaced variant filtering with filtering based on variant classification using a decision tree
    • Before: filter variants that have a CAPICE score >= 0.9
    • After: filter using classes applied by a decision tree that considers FILTER, CAPICE and VKGL values
  • Performance improvements (reduces runtime by 50%)
    • #36 Use CAPICE precomputed scores
    • #38 Skip precomputed CADD scores for CAPICE

Bug Fixes

  • #32 Module unload doesn't unload dependencies
  • #40 Script fails when trying to run from a different directory

v1.0.0

31 Aug 06:45
94fe02a
Compare
Choose a tag to compare

New Features