NextFlow
========
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.[^1]
## Installation
Click [here](https://www.nextflow.io/docs/latest/getstarted.html#installation) to install Nextflow only.
Alternatively click [here](https://nf-co.re/docs/usage/installation) to follow the instructions for using nf-core curated pipelines in Nextflow.
## Ready-made OpenMS nextflow workflows
**SCALABLE [NF-CORE](https://nf-co.re/) COMPATIBLE [NEXTFLOW](https://nextflow.io/) PIPELINES**
Click on “Launch” to configure the pipeline for your data online and launch it via nextflow’s [tower app](https://tower.nf/) (by registering a compute environment there) or by copying a configuration token for your local computer or HPC head node.
***
Launch "https://nf-co.re/launch?pipeline=quantms"
***
Launch "https://nf-co.re/launch?pipeline=mhcquant"
***
Launch "https://nf-co.re/launch?pipeline=diaproteomics"
## References
[^1]:P. Di Tommaso, et al. Nextflow enables reproducible computational workflows. Nature Biotechnology 35, 316–319 (2017), doi:10.1038/nbt.3820.