From 3a337a8f9fd3ec85ae7e56464583f0e417015c28 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent@modolo.fr>
Date: Fri, 15 Feb 2019 12:30:24 +0100
Subject: [PATCH] TP_experimental_biologists.md: add fix for docker

---
 doc/TP_experimental_biologists.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TP_experimental_biologists.md b/doc/TP_experimental_biologists.md
index 7781c8f2..d889ad5c 100644
--- a/doc/TP_experimental_biologists.md
+++ b/doc/TP_experimental_biologists.md
@@ -47,7 +47,7 @@ The [CONTRIBUTING.md](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow/blo
 The [data](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow/tree/master/data) folder will be the place where you store the raw data for your analysis.
 The [results](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow/tree/master/results) folder will be the place where you store the results of your analysis.
 
-> Note that the content of `data` and `results` folders should never be saved on git.
+> **The content of `data` and `results` folders should never be saved on git.**
 
 The [doc](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow/tree/master/doc) folder contains the documentation of this practical course.
 
@@ -165,6 +165,7 @@ After writing this first pipeline, you may want to test it. To do that, first cl
 You can then run the following commands to download your project on your computer:
 
 ```sh
+PATH="/scratch/lmodolo/:$PATH"
 git config --global http.sslVerify false
 git clone https://gitlab.biologie.ens-lyon.fr/<usr_name>/nextflow.git
 cd nextflow
-- 
GitLab