snippetbashTip
nf-core — The nf-core framework tools to create, check, and develop best-practice guidelines for Nextflow. Mor
Viewed 0 times
thenf-corecreatecommandframeworkclicoretools
Problem
How to use the
nf-core command: The nf-core framework tools to create, check, and develop best-practice guidelines for Nextflow. More information: <https://nf-co.re/docs/nf-core-tools>.Solution
nf-core — The nf-core framework tools to create, check, and develop best-practice guidelines for Nextflow. More information: <https://nf-co.re/docs/nf-core-tools>.List existing pipelines on nf-core:
nf-core listCreate a new pipeline skeleton:
nf-core createLint the pipeline code:
nf-core lint {{path/to/directory}}Bump software versions in pipeline recipe:
nf-core bump-version {{path/to/directory}} {{new_version}}Launch an nf-core pipeline:
nf-core launch {{pipeline_name}}Download an nf-core pipeline for offline use:
nf-core download {{pipeline_name}}Code Snippets
List existing pipelines on nf-core
nf-core listCreate a new pipeline skeleton
nf-core createLint the pipeline code
nf-core lint {{path/to/directory}}Bump software versions in pipeline recipe
nf-core bump-version {{path/to/directory}} {{new_version}}Launch an nf-core pipeline
nf-core launch {{pipeline_name}}Context
tldr-pages: common/nf-core
Revisions (0)
No revisions yet.