Add REGENIE phenotype and covariate sidecars for plink_simulated#1919
Merged
lyh970817 merged 1 commit intonf-core:modulesfrom Mar 13, 2026
Merged
Add REGENIE phenotype and covariate sidecars for plink_simulated#1919lyh970817 merged 1 commit intonf-core:modulesfrom
lyh970817 merged 1 commit intonf-core:modulesfrom
Conversation
9ef130e to
4dcba2e
Compare
This was referenced Mar 13, 2026
This was referenced Mar 13, 2026
5 tasks
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.
Summary
This PR adds three tiny
plink_simulated_*sidecar files todata/genomics/homo_sapiens/popgen/so REGENIE module tests can cover:0/1formThe new files extend the existing
plink_simulatedcohort rather than introducing a second GWAS fixture set.Files Added
data/genomics/homo_sapiens/popgen/plink_simulated_quantitative_phenoname.phedata/genomics/homo_sapiens/popgen/plink_simulated_binary_phenoname.phedata/genomics/homo_sapiens/popgen/plink_simulated_covariates.txtRationale
nf-core/modulesalready reusesplink_simulated.{bed,bim,fam,pgen,pvar,psam}for GWAS/popgen tests, but the existing phenotype sidecars are not sufficient to exercise REGENIE's intended test matrix cleanly:plink_simulated_phenoname.pheis a binary1/2phenotype file, not a continuous quantitative trait--force-qtworkaround0/1/NA, so a dedicated0/1binary sidecar is also neededAdding small deterministic sidecars on top of the existing cohort keeps the dataset reusable and avoids duplicating genotype bundles.
Data Provenance
These files are deterministic sidecars derived from the sample identifiers in the existing
plink_simulateddataset.They are synthetic tabular fixtures only:
Size
The added files are small:
plink_simulated_quantitative_phenoname.phe: 4.5 KBplink_simulated_binary_phenoname.phe: 3.0 KBplink_simulated_covariates.txt: 7.4 KBTotal added footprint: about 15 KB.
Validation
These files were validated locally by pointing the companion
nf-core/modulesREGENIE tests at this branch and running:Companion PR
This dataset PR is required by the companion
nf-core/modulesPR: nf-core/modules#10800