Skip to content

Releases: statgen/Minimac4

v4.1.6

04 Dec 14:09
Compare
Choose a tag to compare
  • Fixes slowness loading reference panels with mixed ploidy across samples.
  • Adds --min-block-size, --max-block-size, and --slope-unit.

v4.1.5

10 Nov 14:40
Compare
Choose a tag to compare
  • Increases default --min-ratio to 1e-4.
  • Adds --min-ratio-behavior option to allow for skipping chunks with low number of target sites.
  • Improves accuracy by applying --min-recom to reference sites instead of typed sites.

v4.1.4

12 Jul 16:58
Compare
Choose a tag to compare
  • Fixes bug that produced incorrect ploidy for target VCFs that contained mixed ploidy (e.g., chromosome X) and had sample sizes larger than --temp-buffer (#61).

v4.1.3

14 Jun 16:50
Compare
Choose a tag to compare
  • Updates documention in README
  • Improves output format detection from file extension
  • Adds --decay option
  • Corrections in output VCF headers
  • Updates binary packaging to use musl
  • Adds man page target
  • Adds cmake-only alternative to cget
  • Adds --temp-prefix option

v4.1.2

23 Jan 19:17
Compare
Choose a tag to compare
  • Adds support for reference panels that contain both haploid and diploid samples
  • Adds make test

v4.1.1

16 Dec 14:27
Compare
Choose a tag to compare
  • Fixes empty block error when compressing reference.
  • Backwards compatability fixes for command line args.
  • Mean-imputes variants that are exclusive to target file.
  • Carries over ID column from reference panel.
  • Allows for missing values in target file.

v4.1.0

16 Sep 16:01
Compare
Choose a tag to compare

This version is NOT backwards compatible. Reference panel must be upgraded to new format with minimac4 --update-m3vcf old.m3vcf.gz > new.msav.

Updates:

  • Memory optimizations
  • Speed optimizations
  • Subsetting of reference panel samples
  • Random access to genomic regions
  • Support for BCF and SAV file formats

v1.0.3 (a.k.a. v4.0.3)

29 Mar 14:53
Compare
Choose a tag to compare
  • Changes LDS format from string to number
  • Changes delimiter for LDS from vertical slash to comma
  • Defaults to release build when CMAKE_BUILD_TYPE is not passed.
  • Fixes negative probability bug
  • Fixes bug in computing switch probabilities
  • Fixes crash when number of temporary files exceed ulimit
  • Fixes broken zlib URL

v1.0.2

30 Aug 13:51
Compare
Choose a tag to compare
Bumps version to 1.0.2

v1.0.0

04 May 18:22
Compare
Choose a tag to compare

Initial release.