Skip to content
This repository was archived by the owner on Mar 29, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 443 Bytes

File metadata and controls

15 lines (13 loc) · 443 Bytes

Install Nextflow

You can find more information about this pipeline tool at nextflow.io. The typical installation of Nextflow looks like this:

curl -fsSL get.nextflow.io | bash
mv ./nextflow ~/bin

~/bin should be in your $PATH.

Configure environment variables

  • NXF_HOME is Nextflow home directory (default: $HOME/.nextflow).

Add to your .bashrc

export NXF_HOME=$HOME/.nextflow