Skip to content

vcf2maf v1.6.7

Compare
Choose a tag to compare
@ckandoth ckandoth released this 09 Jun 20:18
  • Support for VEP v84
  • New Variant_Classification named Splice_Region equivalent to splice_region_variant defined here. It is also now ranked as a more deleterious effect than Silent (See #44)
  • ExAC subpopulation OTH is excluded from the common_variant filter, cuz it's too small (See #46)
  • Unrecognized effect/biotype will now receive lowest priority, instead of failing with an error
  • Set Hugo_Symbol to Unknown if neither a gene symbol or transcript ID was assigned by VEP
  • Added unit tests for all 4 scripts
  • Other minor fixes