LinuxCommandLibrary

nf-core

nf-core

TLDR

List existing pipelines on nf-core

$ nf-core list
copy


Create a new pipeline skeleton
$ nf-core create
copy


Lint the pipeline code
$ nf-core lint [path/to/directory]
copy


Bump software versions in pipeline recipe
$ nf-core bump-version [path/to/directory] [new_version]
copy


Launch an nf-core pipeline
$ nf-core launch [pipeline_name]
copy


Download an nf-core pipeline for offline use
$ nf-core download [pipeline_name]
copy

Copied to clipboard