Newer
Older
{% raw %}
# Setup Nextflow tutorial
## Setup course material
This tutorial depends on files from the course GitHub repo. Please follow these instructions
on how to set it up
First let's create a dedicated folder for this tutorial:
```bash
mkdir -p ~/{{training_path}}/nextflow
cd ~/{{training_path}}/nextflow
```
Then let's get the material from the [nextflow-io](https://github.com/nextflow-io/training) GitHub repo:
```bash
git clone https://github.com/nextflow-io/training.git