Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

33
nf-core Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`