MG Nextflow Guide
2025-03-26
Chapter 1 Intro

This is a quick and dirty guide on how I use Nextflow. It is primarily for my use but if someone else finds it I hope it will also proof useful. Additionally, this was made with R Bookdown.
1.1 Running nextflow
To run nextflow move to the directory with the .nf
file you want to run and run:
-resume
is useful to keep so it does not rerun any processes that have already run. However, it can be useful to remove it if you want to test the workflow from the start.
1.3 Links
Useful links include:
- nextflow.io: The main website for Nextflow
- training.nextflow.io: Website with tutorials for Nextflow