-
main.nf
: main Nextflow pipeline file -
nextflow.config
: Nextflow configuration file -
bin
: directory for scripts to use inside the Nextflow pipeline; its contents will be prepended to yourPATH
when pipeline tasks are executed -
Makefile
: shortcuts to common pipeline actions