mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
nf-core: add page (#3274)
This commit is contained in:
parent
24f79fe233
commit
f3bb4d677a
1 changed files with 28 additions and 0 deletions
28
pages/common/nf-core.md
Normal file
28
pages/common/nf-core.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# nf-core
|
||||
|
||||
> The nf-core framework tools, to create, check and develop best-practice guidelines for Nextflow.
|
||||
> More information: <https://nf-co.re/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}}`
|
Loading…
Add table
Reference in a new issue