Nextflow
Last updated
Was this helpful?
Last updated
Was this helpful?
Nextflow provides a modern execution stack for bioinformatics, featuring a Groovy-based DSL with reactive streams. It supports multiple backends including Docker and runs on any POSIX-compatible system, with Windows support through .
Java 8 or higher
Optional: cURL, ,
For Windows only:
The following software and workflow are required and will be downloaded, installed, and used as part of this tutorial:
It is assumed that all commands will be run from the root directory of this repository on your local machine. From the directory where you’ve downloaded the examples repository.
Output files can be found in the current directory.
Nextflow Tower provides centralized monitoring and logging for your workflows. To enable Tower:
Add the following to the configuration file nextflow.config
. Replace with your specific access token.
Find your access token in the user menu under "Your tokens"
View workflow details in the "runs" section
Or and Unzip
Download and install by one of the following methods.