Skip to content

Releases: chrchang/plink-ng

Alpha 6.9: phased-r2 edge case fix

29 Jan 09:57
Compare
Choose a tag to compare

This fixes a numerical edge case that was generating nonsense (not in [0, 1]) phased-r2 results.

Alpha 5.23: --ld edge case fix

29 Jan 09:56
Compare
Choose a tag to compare

This fixes a numerical edge case that was generating nonsense (not in [0, 1]) phased-r2 results.

Alpha 6.8: fix potential --glm linear regression crash

22 Jan 21:46
Compare
Choose a tag to compare

This fixes an uninitialized-variable bug that does not appear to have had any consequences in previous precompiled binaries, but does cause --glm linear regression to crash on Ubuntu 24.04 ARM. This also fixes Linux ARM build breaks in a6.6-a6.7.

Alpha 6.7: fix linear regression crash on extreme missingness

20 Jan 20:26
Compare
Choose a tag to compare

This fixes a segfault or assertion failure that could occur when --glm's linear regression was run with no covariates on data with extremely high missingness.

Alpha 6.6: --r[2]-[un]phased + "--allow-extra-chr 0"

16 Jan 19:58
Compare
Choose a tag to compare

This fixes a bug that occurred when --r[2]-[un]phased and "--allow-extra-chr 0" were used together.

This snapshot of the repo also includes a new vcf_subset utility for rapidly extracting a few columns from a very wide (possibly compressed) VCF, since plink2 --vcf is not designed for that use case.

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.