Installation

Git

Install nextflow by running the following command.

apt-get install git

For further documentation on git click here.

Nextflow

Install nextflow by running the following command.

curl -fsSL get.nextflow.io | bash

For further documentation on nextflow click here.

Docker

Click here for instructions on how to install docker. After you have docker installed run the following commands to start the docker daemon on your machine.

docker-machine start default
eval $(docker-machine env default)

Note

If you’re using a VPN the docker-machine will not work.