Pin generic plink2 build for the HWE job - #49
Merged
Conversation
…link2 AVX2 --hwe hang
Alexander-Stuckey
approved these changes
Aug 18, 2026
Alexander-Stuckey
left a comment
Contributor
There was a problem hiding this comment.
Looks good to me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
plink2 a.7.3 AVX2 builds hang in an infinite loop at 'Computing chrX Hardy-Weinberg p-values' on the 2660-sample OurDNA aggregate (COH15003); the a.6.33 AVX2 build segfaulted at the same point. The generic x86_64 build of a.7.3 completes the identical command on the identical data in about 20 seconds (verified locally against the production pgen). Disabling the midp and keep-fewhet modifiers does not help, so the trigger is the AVX2 code path itself.
Proposed Changes
PLINK2_FORCE_VARIANT=genericon the SnpQcReport HWE job. The override is added to the plink image wrapper in Add PLINK2_FORCE_VARIANT override to the plink wrapper images#323 and requires plink image tag1.9-20250819-PLINK-2.0-20260808-2or later.Testing