Skip to content

Releases: molgenis/vip

v1.2.1

28 Oct 05:48
10db063
Compare
Choose a tag to compare

New Features

  • #65 Use CADD/v1.4-foss-2018b-minimal when available

v1.1.1

19 Oct 11:58
9bec5b4
Compare
Choose a tag to compare

New Features

  • #14 Fix module versions to increase reproducability

v1.2.0

08 Oct 14:26
83fc239
Compare
Choose a tag to compare

New Features

  • Annotate non-coding variants & add allele numbers
  • Pipeline option to use custom decision tree
  • #14 Fix module versions to increase reproducability

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