From deea9f692559ae6a25c2fa3727d6346cef4f1006 Mon Sep 17 00:00:00 2001 From: Arthur Le Bars <arthur.le-bars@sb-roscoff.fr> Date: Tue, 19 Jan 2021 17:12:16 +0100 Subject: [PATCH] fixed readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f36e3fa..ede2f8e 100755 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ inside the repository root will be used if none is precised in the command line - Copy source data file and load data into the galaxy container: ```$ python3 /path/to/repo/gga_load_data.py your_input_file.yml -c/--config your_config_file [-v/--verbose]``` -- Run a workflow (currently for phaeoexplorer only): ```$ python3 /path/to/repo/run_workflow_phaeoexplorer.py your_input_file.yml -c/--config your_config_file [-v/--verbose] ->/--workflow your_workflow``` +- Run a workflow (currently for phaeoexplorer only): ```$ python3 /path/to/repo/run_workflow_phaeoexplorer.py your_input_file.yml -c/--config your_config_file [-v/--verbose] -w/--workflow your_workflow``` **Warning: the "input file" and "config file" have to be the same for the 3 steps!** -- GitLab