User Tools

Site Tools


nextflow-software

This is an old revision of the document!


nextflow

Nextflow is a bioinformatics workflow manager that enables the development of portable and reproducible workflows. It supports deploying workflows on a variety of execution platforms including local, HPC schedulers, AWS Batch, Google Genomics Pipelines, and Kubernetes. Additionally, it provides support for manage your workflow dependencies through built-in support for Conda, Docker, Singularity, and Modules.

Information

Usage

See versions of nextflow which are available:

$ module avail nextflow

Load one version into your environment and run it:

$ module load kat/19.10.0
$ nextflow

See the nextflow documentation for information about how to use it.

Installation

Notes from the sysadmin during installation:

$ sudo mkdir -p /export/apps/nextflow/19.10.0/bin
$ sudo wget https://github.com/nextflow-io/nextflow/releases/download/v19.10.0/nextflow-19.10.0-all -O /export/apps/nextflow/19.10.0/bin/nextflow
$ sudo chmod +x /export/apps/nextflow/19.10.0/bin/nextflow
nextflow-software.1581777786.txt.gz · Last modified: 2020/02/15 14:43 by aorth