Skip to content

nextflow-io/nextflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

579873b · Mar 26, 2025
Mar 20, 2025
Nov 1, 2024
Feb 10, 2024
Sep 3, 2024
Mar 23, 2025
Feb 8, 2025
Mar 26, 2025
Mar 26, 2025
Mar 18, 2025
Mar 11, 2025
Mar 17, 2025
Mar 11, 2025
Oct 5, 2023
Oct 5, 2023
Jul 15, 2024
Feb 7, 2022
May 27, 2024
Oct 5, 2023
Oct 22, 2018
Mar 21, 2021
Mar 20, 2025
Feb 10, 2024
Oct 16, 2023
Mar 19, 2025
Mar 20, 2025
Mar 19, 2025
Sep 13, 2014
Feb 9, 2017
Mar 1, 2025
Jun 5, 2024
May 27, 2024
Oct 31, 2024
Mar 19, 2025
Mar 19, 2025
Mar 19, 2025
Mar 19, 2025
Sep 24, 2024
Mar 23, 2014
Mar 20, 2025
Nov 1, 2024

Repository files navigation

Nextflow Logo

"Dataflow variables are spectacularly expressive in concurrent programming"
Henri E. Bal , Jennifer G. Steiner , Andrew S. Tanenbaum

Nextflow CI Nextflow version Nextflow Twitter Nextflow Publication install with bioconda Nextflow license

Nextflow is a workflow system for creating scalable, portable, and reproducible workflows. It is based on the dataflow programming model, which greatly simplifies the writing of parallel and distributed pipelines, allowing you to focus on the flow of data and computation. Nextflow can deploy workflows on a variety of execution platforms, including your local machine, HPC schedulers, AWS Batch, Azure Batch, Google Cloud Batch, and Kubernetes. Additionally, it supports many ways to manage your software dependencies, including Conda, Spack, Docker, Podman, Singularity, and more.

Quick start

Install Nextflow with a single command:

curl -fsSL https://get.nextflow.io | bash

It creates the nextflow executable file in the current directory. You can then move it to a directory in your $PATH to run it from anywhere.

Nextflow can also be installed from Bioconda:

conda install -c bioconda nextflow

Documentation

The Nextflow documentation is available for the latest stable and edge releases.

Community

You can post questions and get help in the Nextflow community forum or the Nextflow Slack. Bugs and feature requests should be reported as GitHub issues.

The Nextflow community is highly active with regular community meetings, events, a podcast and more. You can view much of this material on the Nextflow and nf-core YouTube channels.

The nf-core project is a community effort aggregating high quality Nextflow workflows which can be used by everyone.

Contributing

Contributions are more than welcome. See the CONTRIBUTING file for details.

License

Nextflow is released under the Apache 2.0 license. Nextflow is a registered trademark.

Citations

If you use Nextflow in your work, please cite:

P. Di Tommaso, et al. Nextflow enables reproducible computational workflows. Nature Biotechnology 35, 316–319 (2017) doi:10.1038/nbt.3820

Credits

Nextflow is built on two *great* open-source software projects, Groovy and GPars.

YourKit is kindly supporting Nextflow with its fully-featured Java Profiler.