Skip to content

Releases: moonso/vcf_parser

Logging and test

23 Apr 09:16
Compare
Choose a tag to compare
  • Added logging
  • Added test to most parts of the package
  • Added possibility to change representation of unobserved allele when splitting variants

VCF 4.2

12 Feb 15:26
Compare
Choose a tag to compare
  • Splits fields with R flag in a proper way

Added CLI

12 Dec 12:06
Compare
Choose a tag to compare

Command Line Interface:

vcf_parser examples/test_vcf.vcf --split

Prints a new vcf with splitted variants to screen. For more info:
vcf_parser examples/test_vcf.vcf --help

  • Parses AD correct in genotype call when splitting multialleles

Split Multialleleic Calls

11 Dec 16:58
Compare
Choose a tag to compare
  • vcf_parser can split multi allelic calls, both the genotypes and the INFO fields (including the VEP CSQ entry)