Skip to content
Snippets Groups Projects
Commit e9a0a824 authored by Loraine Guéguen's avatar Loraine Guéguen
Browse files

Update README

parent 3a63edf0
No related branches found
No related tags found
1 merge request!18Release v2.1.0
...@@ -66,7 +66,7 @@ in the `examples` folder. ...@@ -66,7 +66,7 @@ in the `examples` folder.
**The input file and config file have to be the same for all scripts!** **The input file and config file have to be the same for all scripts!**
- Deploy stacks part: - Deploy Docker stacks:
```bash ```bash
$ python3 /path/to/repo/gga_init.py input_file.yml \ $ python3 /path/to/repo/gga_init.py input_file.yml \
...@@ -76,7 +76,7 @@ $ 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] [-v/--verbose]
``` ```
- Copy source data file: - Copy source data files:
```bash ```bash
$ python3 /path/to/repo/gga_get_data.py input_file.yml \ $ 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 \ ...@@ -93,7 +93,7 @@ $ python3 /path/to/repo/gga_load_data.py input_file.yml \
[-v/--verbose] [-v/--verbose]
``` ```
- Run a workflow in galaxy (example): - Run a workflow in Galaxy (example script, specific to Phaeoexplorer data):
```bash ```bash
$ python3 /path/to/repo/gga_run_workflow_phaeo_jbrowse.py input_file.yml \ $ python3 /path/to/repo/gga_run_workflow_phaeo_jbrowse.py input_file.yml \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment