Document and regenerate plink_simulated phenotype sidecars#1934
Merged
lyh970817 merged 3 commits intonf-core:modulesfrom Mar 18, 2026
Merged
Document and regenerate plink_simulated phenotype sidecars#1934lyh970817 merged 3 commits intonf-core:modulesfrom
lyh970817 merged 3 commits intonf-core:modulesfrom
Conversation
jfy133
approved these changes
Mar 18, 2026
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.
PR checklist
README.mdREADME.mdis still up-to-dateSummary
This draft PR is a follow-up to the earlier REGENIE test-datasets contribution in nf-core/test-datasets PR #1919.
PR #1919 added the
plink_simulatedREGENIE phenotype and covariate sidecars, but it did not fully document those files in the repository metadata. This follow-up updates the rootREADME.md, adds command-focused generation notes todata/genomics/homo_sapiens/popgen/README.md, and rewrites the REGENIE sidecars in a deterministic space-delimited form so the documented commands reproduce the checked-in files.Rationale
The original REGENIE dataset PR is already closed and merged, so this needs to be submitted as a separate follow-up branch instead of amending the old submission.
Opening a new PR keeps the corrective scope explicit:
plink_simulatedphenotype-related files in the root inventoryplink_simulated.pheand the REGENIE sidecars in thepopgenfolder README*_phenoname.phefiles use named phenotype columns (Phenotype,QuantitativeTrait,BinaryTrait)plink_simulated.fam/plink_simulated.phestyleAdditional documentation-only note
This PR also documents the pre-existing
plink_simulated_phenoname.phefile for completeness in the root inventory andpopgenREADME.That file predates PR #1919 and is not being changed by this follow-up; its mention here is a pure documentation addition so the phenotype-file section is complete.
Files touched
README.mddata/genomics/homo_sapiens/popgen/README.mddata/genomics/homo_sapiens/popgen/plink_simulated_binary_phenoname.phedata/genomics/homo_sapiens/popgen/plink_simulated_covariates.txtdata/genomics/homo_sapiens/popgen/plink_simulated_quantitative_phenoname.pheRelated PRs