Skip to content
Snippets Groups Projects
Commit 8957b500 authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

Update README.md with new script name

parent 2251ebcf
No related branches found
No related tags found
1 merge request!1Release 1.0
......@@ -99,11 +99,11 @@ before calling the other scripts**
9) (*Optional*) TODO: Generate and update metadata files
## Usage:
- Deploy stacks part: ```$ python3 /path/to/repo/deploy_stacks.py -i your_input_file.yml```
- Deploy stacks part: ```$ python3 /path/to/repo/gga_init.py -i your_input_file.yml```
- Copy source data file and load data into the galaxy container: ```$ python3 /path/to/repo/load_data.py -i your_input_file.yml```
- Copy source data file and load data into the galaxy container: ```$ python3 /path/to/repo/gga_load_data.py -i your_input_file.yml```
- Run a workflow: ```$ python3 /path/to/repo/run_workflow.py -i your_input_file.yml```
- Run a workflow: ```$ python3 /path/to/repo/run_workflow_phaeoexplorer.py -i your_input_file.yml```
**Warning: the input file have to be the same for the 3 steps!**
......
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