Add association and heritability analysis routes - #99
Draft
lyh970817 wants to merge 71 commits into
Draft
Conversation
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 4.0.3. For more documentation on how to update your pipeline, please see the Synchronisation documentation. |
|
lyh970817
force-pushed
the
feat/gwas-development-routes
branch
2 times, most recently
from
August 4, 2026 19:06
18c69f6 to
0ce919f
Compare
lyh970817
force-pushed
the
feat/gwas-development-routes
branch
from
August 4, 2026 19:13
0ce919f to
bb91075
Compare
chriswyatt1
reviewed
Aug 6, 2026
| @@ -26,36 +25,36 @@ process { | |||
| // adding in your local modules too. | |||
| // TODO nf-core: Customise requirements for specific processes. | |||
There was a problem hiding this comment.
Suggested change
| // TODO nf-core: Customise requirements for specific processes. |
There was a problem hiding this comment.
Maybe in the template, but I think theres normally info here,
// Process-specific resource requirements
// NOTE - Please try and reuse the labels below as much as possible.
// These labels are used and recognised by default in DSL2 files hosted on nf-core/modules.
// If possible, it would be nice to keep the same label naming convention when
// adding in your local modules too.
// See https://www.nextflow.io/docs/latest/config.html#config-process-selectors|
@lyh970817 . Hey, I will try to finish the review on this by next week. Looks great though, what I have gone through so far |
# Conflicts: # README.md # docs/usage.md # nextflow_schema.json # ro-crate-metadata.json # subworkflows/local/utils_nfcore_gwas_pipeline/main.nf # subworkflows/local/validate_gwas_input/main.nf # subworkflows/local/validate_gwas_input/tests/main.function.nf.test # tests/full_scale.nf.test # tests/full_scale.nf.test.snap
# Conflicts: # docs/usage.md # ro-crate-metadata.json # subworkflows/local/validate_gwas_input/main.nf # workflows/gwas.nf
16 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.
Description
This PR replaces the existing
--inputsamplesheet contract ondevwith linked cohort and analysis manifests, then wires the association and individual-level heritability routes that consume that relational model.Compared with
dev, this PR:--cohort_manifest,--analysis_manifestand optional--method_optionsinputs with dedicated schemas and validation;The usage, output, README, citations and development changelog documentation are updated for the submitted interface and routes.
Important
This draft must not be merged until nf-core/test-datasets#2198 has been merged into the
gwasbranch. The test profiles in this PR intentionally reference those canonical fixture URLs.Companion fixture PR: nf-core/test-datasets#2198
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).