Skip to content
Snippets Groups Projects
nextflow-installation.md 541 B
Newer Older
jacques.dainat_ird.fr's avatar
jacques.dainat_ird.fr committed
{% 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
jacques.dainat_ird.fr's avatar
jacques.dainat_ird.fr committed
cd training/hello-nextflow
jacques.dainat_ird.fr's avatar
jacques.dainat_ird.fr committed
```

{% endraw %}