From f3bb4d677a29a350c5d0dd6d9cc07d86d59badd7 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Fri, 20 Sep 2019 10:22:29 +0200 Subject: [PATCH] nf-core: add page (#3274) --- pages/common/nf-core.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/nf-core.md diff --git a/pages/common/nf-core.md b/pages/common/nf-core.md new file mode 100644 index 0000000000..4517396daa --- /dev/null +++ b/pages/common/nf-core.md @@ -0,0 +1,28 @@ +# nf-core + +> The nf-core framework tools, to create, check and develop best-practice guidelines for Nextflow. +> More information: . + +- 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}}`