LinuxCommandLibrary

nf-core

community collection of Nextflow pipelines

TLDR

List pipelines

$ nf-core list
copy
Download pipeline
$ nf-core download [pipeline-name]
copy
Launch pipeline
$ nf-core launch [pipeline-name]
copy
Create new pipeline
$ nf-core create
copy
Lint pipeline
$ nf-core lint
copy
Show pipeline info
$ nf-core info [pipeline-name]
copy
Search pipelines
$ nf-core list --search "[keyword]"
copy

SYNOPSIS

nf-core [command] [options]

DESCRIPTION

nf-core is a community collection of Nextflow pipelines. It provides curated bioinformatics workflows.
The tool manages pipeline downloads. Ensures best practices and reproducibility.

PARAMETERS

COMMAND

nf-core subcommand.
list
List available pipelines.
download
Download pipeline.
launch
Interactive pipeline launcher.
create
Create new pipeline.
lint
Check pipeline quality.
--help
Display help information.

CAVEATS

Python-based CLI. Requires Nextflow. Bioinformatics focus.

HISTORY

nf-core was established as a community effort to standardize and share high-quality Nextflow pipelines.

SEE ALSO

nextflow(1), conda(1), docker(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community