From 3a63edf03d8daedd9864a66803964480895d71d1 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:19:23 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 143f33f..7bdb811 100755 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ Note that Authelia needs a secured connexion (no self-signed certificate) betwee The "gga_load_data" tools are composed of 4 scripts: -- gga_init: Create directory tree for organisms and deploy stacks for the input organisms as well as Traefik and optionally Authelia stacks -- gga_get_data: Create `src_data` directory tree for organisms and copy datasets for the input organisms into `src_data` -- gga_load_data: Load the datasets of the input organisms into their Galaxy library -- gga_run_workflow_phaeo*: Multiple scripts to run custom workflows in Galaxy, proposed as "example scripts" to take inspiration from +- `gga_init.py`: Create directory tree for organisms and deploy stacks for the input organisms as well as Traefik and optionally Authelia stacks +- `gga_get_data.py`: Create `src_data` directory tree for organisms and copy datasets for the input organisms into `src_data` +- `gga_load_data.py`: Load the datasets of the input organisms into their Galaxy library +- `gga_run_workflow_phaeo_*.py`: Multiple scripts to run custom workflows in Galaxy, proposed as "example scripts" to take inspiration from as workflow parameters are specific to the [Phaeoexplorer](https://phaeoexplorer.sb-roscoff.fr) data ## Usage: -- GitLab