1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/common/nf-core.md
2024-05-22 21:51:44 +02:00

28 lines
604 B
Markdown

# 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 list`
- Create a new pipeline skeleton:
`nf-core create`
- Lint 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}}`