-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major update: template, pipeline rename, documentation, linting, bioc…
…ontainers (#8) * updated nextflow.config with pipeline rename to omicsgenetraitassociation * Template update for nf-core/tools version 2.11.1 * added modules CMA, MMAP, and PASCAL * fixed versions emit values for cma/main.nf and pascal/main.nf * added when directives to cma/main.nf * added MEA modules * pipeline works from CMA to MEA * added config for CMA and MEA configs in modules.config * updated .gitignore to exclude downloaded singularity images and added new config file for testing cma + mea modules * added temporary subworkflow CMA_SUBWORKFLOW which will later be modified to run CMA and MEA * commented out workflow initialization and validation steps for testing * pascal/main.nf edited to extract tarball as nextflow does not support s3 glob support * fixed versions emit name * added test_local.config, modules.config, and updated subworkflows * added pipeline parameters to nextflow.config, updated nextflow_schema.json, and modified samplesheet schema_input.json * deleted --genome required input check from initialise * added module configs to modules.config and edited test.config with minimal test data * added biocontainers for cma/format_cma_input, mea/merge_ora_and_summary, mea/preprocess, mmap/mmap_parse * added meta map propagation or TODOs to do so * updated subworkflows to match updated modules * updated main workflow with updated subworkflows * added TODO notes for modules that have been requested a biocontainer. Removed stringr import from mea/go_analysis/templates/ORA_cmd.R as it is not needed and causes namespace dependency issues. updated main workflow * updated output.md and CITATIONS.md * updated usage.md and added samplesheet.csv to assets * updated README with metro map. updated container for cma R package which has been renamed CMA-->corrmeta and waiting for bioconductor release * fixed nf-core lint test failures * updated files to match editorconfig linting * Template update for nf-core/tools version 2.12.1 * updates to fix prettier linting * updated cma docker image and fixed template updates * nf-validation messes up s3 input parameters * nextflow.config registry (docker,singularity) update to docker.io. CMA module container dropped docker://. added conda environment.yml to format_cma_input. * MEA module added environment.yml to merge_ora_and_summary and preprocess. Updated container tags by dropping docker:// prefix * dropped docker:// from MMAP container tag * updated pascal/main.nf container dropping docker:// * added conda environment.yml and updated to Biocontainers mulled singularity and quay containers for mea/postprocess * fixed quay.io biocontiner * dropped docker:// from go_analysis/main.nf container tag * fix linting * Update docs/output.md Co-authored-by: Matthias Hörtenhuber <[email protected]> * Update docs/output.md Co-authored-by: Matthias Hörtenhuber <[email protected]> * removed .prettierrc --------- Co-authored-by: Matthias Hörtenhuber <[email protected]> Co-authored-by: Matthias Hörtenhuber <[email protected]>
- Loading branch information
1 parent
ff9979e
commit f64a3c7
Showing
94 changed files
with
1,766 additions
and
1,407 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Dockstore config version, not pipeline version | ||
version: 1.2 | ||
workflows: | ||
- subclass: nfl | ||
primaryDescriptorPath: /nextflow.config | ||
publish: True | ||
- subclass: nfl | ||
primaryDescriptorPath: /nextflow.config | ||
publish: True |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
contact_links: | ||
- name: Join nf-core | ||
url: https://nf-co.re/join | ||
about: Please join the nf-core community here | ||
- name: "Slack #omicsgenetraitassociation channel" | ||
url: https://nfcore.slack.com/channels/omicsgenetraitassociation | ||
about: Discussion about the nf-core/omicsgenetraitassociation pipeline | ||
- name: Join nf-core | ||
url: https://nf-co.re/join | ||
about: Please join the nf-core community here | ||
- name: "Slack #omicsgenetraitassociation channel" | ||
url: https://nfcore.slack.com/channels/omicsgenetraitassociation | ||
about: Discussion about the nf-core/omicsgenetraitassociation pipeline |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.