CCBR / nf-modules

Reusable modules and subworkflows for CCBR nextflow pipelines

Home Page:https://ccbr.github.io/nf-modules/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nf-modules

Reusable modules and subworkflows for Nextflow pipelines

test docs DOI

Usage

To re-use a module in your nextflow pipeline, first install nf-core tools, then run

nf-core modules \
  --git-remote https://github.com/CCBR/nf-modules \
  install [module]

replacing [module] with the name of the module you wish to install.

To update your local version of a module, run

nf-core modules \
  --git-remote https://github.com/CCBR/nf-modules \
  update [module]

Use the subworkflows command in place of the modules command to install or update subworkflows.

nf-core subworkflows \
  --git-remote https://github.com/CCBR/nf-modules \
  update [subworkflow]

Help & Contributing

Come across a bug? Open an issue and include a minimal reproducible example.

Have a question? Ask it in discussions.

Want to contribute to this project? Check out the contributing guidelines.

References

Many of the modules and subworkflows in this project reuse and adapt code from nf-core/modules. In those cases, credit is noted in the meta.yml file of the module/subworkflow and also listed here:

About

Reusable modules and subworkflows for CCBR nextflow pipelines

https://ccbr.github.io/nf-modules/

License:MIT License


Languages

Language:Nextflow 91.4%Language:Python 5.1%Language:R 3.5%