Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Releases: varfish-org/varfish-annotator

v0.34

11 Oct 07:18
Compare
Choose a tag to compare
  • Fixing problem with left-trimming variants (#99).

v0.33

23 Aug 06:30
Compare
Choose a tag to compare
  • Fixing bug triggered for GRCh38 without chr prefix (#98).

v0.32

24 Jan 10:39
Compare
Choose a tag to compare
  • Fixing bug when annotating MELT with missing AD (#95).

v0.31

16 Jan 10:10
Compare
Choose a tag to compare
  • Interpret FORMAT/SQ as Float (#93).

v0.30

10 Jan 15:16
Compare
Choose a tag to compare
  • Adding support for MELT (#91).

v0.29

30 Dec 11:53
Compare
Choose a tag to compare
  • Fix with merging SV annotation files from Delly2 SV (#88).

v0.28

24 Nov 16:31
Compare
Choose a tag to compare
  • Write out FORMAT/SQ in the case that is present and FORMAT/GQ is not (#84).
    If neither is set, then write out 0.
    Write out 0 for AD and DP as well if missing.
    This improves compatibility with Manta.
  • Suppress BND records that point to non-allow-listed contigs (#85).
    This is required for processing Manta and Delly2 results, for example.

v0.27

20 Sep 08:22
Compare
Choose a tag to compare

IMPORTANT COMPATIBILITY NOTE:
For annotating SVs, the output of this version is not compatible with varfish-server v1.2 (Anthenea) and early versions of the v2 (Bollonaster) development branch.
You can generate compatible files by adding the --opt-out=chrom2-columns,dbcounts-columns,callers-array as arguments to annotate-svs.

  • Writing out proper SV type for Dragen CNV (#76)
  • Adding support for depth of coverage annotation (#73)
  • Ensure output files are sorted by chromosomes (#79)
  • Handle multiple input VCFs in annotate-svs with filtering (#75)
  • Write out SV callers as array (#81)

v0.26

14 Sep 10:14
Compare
Choose a tag to compare
  • Explicitely model support for SV callers (#68)
  • Removing explicit support for SV2 (#67)
  • Adding end-to-end tests hg19-chr22 (#61)

v0.25

22 Jul 10:14
Compare
Choose a tag to compare
  • Fixing unresolved issue with self-test (#51, #56)