Skip to content

v0.1.0

Compare
Choose a tag to compare
@brentp brentp released this 25 Aug 18:00
· 93 commits to master since this release

v0.1.0

This release contains usability improvements and some additional functionality.
Tar/zips below contain readme and examples. Just the binaries for linux-64 and osx 64 are also provided for ease of wgetting.

  • drastically reduce the warning message output.
  • add field=['DP2'] for bam files which reports number of forward and reverse reads overlapping a variant.
    value returned can be replicated with: samtools mpileup -A -x -Q 1 -q 1 -r chrom:pos-pos $bam
  • add op=sum
  • expose ref and alt to lua. (thanks @roryk)