From e4681e5cdf1a18d565c19a04afa5b85d2f1ca6ed Mon Sep 17 00:00:00 2001 From: mrethore <martin.rethoret-pasty@pasteur.fr> Date: Wed, 17 Jan 2024 16:13:54 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f908a0b..a35e150 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,12 @@ git clone https://gitlab.pasteur.fr/BEBP/diphtoscan.git chmod +x diphtoscan/__main__.py ``` -**D.** Execute _diphtOscan_ with the following command line model: +**D.** Run the installation of the JollyTree module (if you plan to use it) : +```bash +diphtoscan/script/update_tools.sh +``` + +**E.** Execute _diphtOscan_ with the following command line model: ```bash python __main__.py [options] ``` -- GitLab