Move pages under tldr, lint run.sh, update docs

This commit is contained in:
2024-02-21 13:58:43 +02:00
parent 3d653cc7e6
commit 2c475fa62d
4806 changed files with 36 additions and 35 deletions

33
tldr/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}}`