From e9a0a824b3ad81cf028d763936dd4e04a9fd2147 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Loraine=20Gu=C3=A9guen?=
 <loraine-gueguen@users.noreply.github.com>
Date: Tue, 1 Jun 2021 16:21:36 +0200
Subject: [PATCH] Update README

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7bdb811..62f81c5 100755
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ in the `examples` folder.
 
 **The input file and config file have to be the same for all scripts!**
 
-- Deploy stacks part: 
+- Deploy Docker stacks: 
 
 ```bash
 $ python3 /path/to/repo/gga_init.py input_file.yml \
@@ -76,7 +76,7 @@ $ python3 /path/to/repo/gga_init.py input_file.yml \
 [-v/--verbose]
 ```
 
-- Copy source data file: 
+- Copy source data files: 
 
 ```bash
 $ python3 /path/to/repo/gga_get_data.py input_file.yml \
@@ -93,7 +93,7 @@ $ python3 /path/to/repo/gga_load_data.py input_file.yml \
 [-v/--verbose]
 ```
 
-- Run a workflow in galaxy (example): 
+- Run a workflow in Galaxy (example script, specific to Phaeoexplorer data): 
  
 ```bash
 $ python3 /path/to/repo/gga_run_workflow_phaeo_jbrowse.py input_file.yml \
-- 
GitLab