Skip to content

Releases: brentp/vcfanno

v0.0.5

10 Jun 20:47
Compare
Choose a tag to compare

v0.0.5

  • allow natural sort (1, 2, ... 9, 10, 11 instead of 1, 10, 11 ..., 19, 2, 20) via flag
  • vcfgo: handle lines longer than 65KB major
  • vcfgo: fix error reporting
  • irelate: report warning when chroms out of order

v0.0.4

01 Jun 19:48
Compare
Choose a tag to compare

v0.0.4

  • performance improvements for Javascript ops with pre-compilation.
  • bam: annotate with mapq and seq for mapping-quality and sequence respectively.
  • api now returns a channel on which to recieve annotated Relatables
  • vcfgo: fix printing of INFO fields with multiple values (thanks to Liron for reporting).
  • vcfgo: fix writing of ##SAMPLE and ##PEDIGREE headers. (thanks to Liron)

bed, custom js, API

11 May 21:20
Compare
Choose a tag to compare

v0.0.3

  • custom ops with javascript. see example conf and custom javascript
  • proper support for variants.
  • option to annotate BED files. (this is automatic, just use a bed file as the query).
  • vcfanno has an api so it can be use from other progs.

support for annotating the ends of variants (for CNVs and SVs)

04 May 13:35
Compare
Choose a tag to compare

This release adds much more test-coverage (>80%).

It also provides a feature for annotating large variants where we want to know about, e.g. the breakpoints of structural variants. If the -ends flag is specified from the command-line, then in addition to the annotation of the entire interval (as in the default mode), each variant will be annotated by what overlaps its 1-base left end (prefixed by "left_") and its 1-base right end (prefixed by "right_"). The left and right annotations are only done for intervals longer than 1-base.

It also adds the -permissive-overlap flag which tells vcfanno that any overlap is sufficient to add an annotation. In default mode, it requires that they also share the REF and at least 1 ALT allele. (this is used implicitly for the above -ends parameters).

initial release

29 Apr 16:03
Compare
Choose a tag to compare

initial release of vcfanno. binaries for linux, windows, mac 32/64 bit provided.