Forrest logo
back to the nf-core tool

nf-core:tldr:f6a48

nf-core: Download an nf-core pipeline for offline use.
$ nf-core download ${pipeline_name}
try on your machine

The command nf-core download is used to download a Nextflow pipeline from the nf-core repository. Nextflow is a workflow management system that enables the execution and deployment of pipelines across multiple computing platforms.

In the command, ${pipeline_name} is a placeholder representing the specific name of the pipeline you want to download. It should be replaced with the actual name of the desired pipeline. For example, if you want to download the pipeline called "rna-seq", the command would be:

nf-core download rna-seq

This command will initiate the download of the specified pipeline, pulling all the necessary files and dependencies to execute it using Nextflow.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the nf-core tool