Skip to content

Releases: chrchang/plink-ng

Alpha 6.5: --check-sex/--impute-sex and FIRTH_CONVERGE_FAIL bugfixes

22 Dec 19:12
Compare
Choose a tag to compare

This fixes a --check-sex/--impute-sex bug that could result in a spurious ".pgen file read failure" error, and an uninitialized-value-multiplied-by-zero bug that could cause unintended FIRTH_CONVERGE_FAIL errors when the uninitialized value was nan.

Alpha 5.22: fix FIRTH_CONVERGE_FAIL bug

22 Dec 19:10
Compare
Choose a tag to compare

This fixes an uninitialized-value-multiplied-by-zero bug that could cause unintended FIRTH_CONVERGE_FAIL errors when the uninitialized value was nan.

Alpha 6.4: Unbreak --import-dosage + --map

07 Dec 01:01
Compare
Choose a tag to compare

This fixes an --import-dosage + --map command-line parsing bug introduced in August.

Alpha 5.21: Unbreak --import-dosage + --map

07 Dec 00:59
Compare
Choose a tag to compare

This fixes an --import-dosage + --map command-line parsing bug introduced in a5.13.

Alpha 6.3: --sort-vars forced-QUAL/FILTER bugfix

04 Dec 01:22
Compare
Choose a tag to compare

This release fixes a segfault that occurred when --sort-vars was specified, .pvar output was requested with a required QUAL/FILTER column, and that column was not present in the input.

Alpha 5.20: --sort-vars forced-QUAL/FILTER bugfix

04 Dec 01:22
Compare
Choose a tag to compare

This release fixes a segfault that occurred when --sort-vars was specified, .pvar output was requested with a required QUAL/FILTER column, and that column was not present in the input.

Alpha 6.2: --set-{all,missing}-var-ids bugfix

24 Nov 22:19
Compare
Choose a tag to compare

--set-all-var-ids and --set-missing-var-ids should now work properly when $a is used in the template string without $r.

Alpha 5.19: --set-{all,missing}-var-ids bugfix

24 Nov 22:18
Compare
Choose a tag to compare

--set-all-var-ids and --set-missing-var-ids should now work properly when $a is used in the template string without $r.

Alpha 6.1: --make-pgen segfault fix

14 Nov 23:59
Compare
Choose a tag to compare

This build fixes a --make-pgen segfault that occurred when filtering samples from multiallelic variants.

Alpha 6.0: --r[2]-[un]phased

11 Nov 21:06
Compare
Choose a tag to compare

New features:

  • LD-matrix computation (--r[2]-unphased)
  • --glm qt-residualize mode
  • --hwe enhancements for biobank-scale data: support for p-values < 2.23e-308, and sample-size-based thresholds
  • --ref-allele/--alt1-allele/--ref-from-fa/--maj-ref support for multiallelic variants
  • --check-sex/--impute-sex

Other significant behavior changes relative to alpha 5:

  • --allow-extra-chr is never necessary any more
  • --set-all-var-ids and related flags are now applied to all --pmerge[-list] inputs
  • Polyploid genotypes in VCF/BCF files now default to triggering an error; this behavior is controlled by the --polyploid-mode flag
  • -log10(x) column names now consistently start with "NEG_LOG10_", instead of "LOG10_"
  • --adjust[-file] QQ column is no longer affected by the 'log10' modifier
  • Most computations now consider unknown-sex samples on chrY, unless they explicitly state otherwise