From f1ed227941f661ce8de75feff8b42a9de688fc5c Mon Sep 17 00:00:00 2001 From: SOLER Fiona <s23014817@V-PP-47-L-090.salsa.univ-amu.fr> Date: Wed, 6 Nov 2024 17:29:38 +0100 Subject: [PATCH] steps to follow --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dd4cfda..69888c3 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,17 @@ Instructions for using the containers can be found in the `doc/01install.md` fil Steps for running the analysis are detailed in the `doc/02run.md` file. ## Directory Organization -**containers** : Definitions of the virtual image with specific versions of the required software and packages. \ -**doc** : Documentation for installation and execution. \ -**src** : R scripts for the GWAS analysis. \ -**workflows** : Makefile to run the scripts in the correct order. \ -**.gitignore** : Files to be excluded from publication. \ -**RELEASE.md** : Git version history. \ +**containers** : Definitions of the virtual image with specific versions of the required software and packages. + +**doc** : Documentation for installation and execution. + +**src** : R scripts for the GWAS analysis. + +**workflows** : Makefile to run the scripts in the correct order. + +**.gitignore** : Files to be excluded from publication. + +**RELEASE.md** : Git version history. ## Version To obtain version information, please consult the commit and branch indicated in the `RELEASE.md` file. -- GitLab