Skip to content

Releases: vcftools/vcftools

v0.1.17

15 May 00:51
1c53c3c
Compare
Choose a tag to compare
Update README.md

v0.1.16

02 Aug 17:57
93ec375
Compare
Choose a tag to compare

Minor release to address security vulnerabilities.

v0.1.15

17 Apr 01:48
Compare
Choose a tag to compare
  • Minor release to include recent small code changes.
  • Output in LDhelmet format
  • Minor bug fixes.

v0.1.14

17 Sep 18:48
Compare
Choose a tag to compare
  • Compiling and building vcftools is now done by autotools (see README for installation instructions)
  • Changed temporary file handling (from mktemp to mkstemp)
  • Minor bug fixes

Initial GitHub Release

03 Aug 13:50
Compare
Choose a tag to compare
  • Migration of the vcftools project (and website) from sourceforge to github
  • Optimizations for reading and writing BCF files
  • Edits to code for C++ 11 compatibility
  • Added --mendel option for finding Mendelian errors in trios
  • Allow --diff options to output to stream by splitting up function into --diff-site and --diff-indv options
  • Added experimental --hapcount function to determine the amount of unique haplotypes in user defined bins
  • Addition of "any" options to filter by frequency or count of any alternate allele (instead of requiring all of them to pass)
  • Improvements to temporary file handling for all LD functions
  • Added --chrom-map option to allow user specified chromosomes for writing out plink files
  • Allow site filtering with multiple keep and exclude files
  • Tajima's D now reports NaN in the absence of data
  • Various bug fixes