From 3e38d39c06950a9a22c9a5ab57880e2eb9dd7529 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Wed, 22 Aug 2018 17:34:55 +0200
Subject: [PATCH] README.md: update to account for new nf_module testing
 structure

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0dd02cc..ced78f1 100644
--- a/README.md
+++ b/README.md
@@ -67,13 +67,13 @@ cd ..
 Then to run the tests for a given tools run the following command:
 
 ```sh
-src/nf_modules/<tool_name>/<tool_version>/tests/tests.sh
+src/nf_modules/<tool_name>/<tool_version>/tests.sh
 ```
 
 For example to run the tests on `Bowtie2` run:
 
 ```sh
-src/nf_modules/Bowtie2/tests/tests.sh
+src/nf_modules/Bowtie2/tests.sh
 ```
 
 ## Available tools
-- 
GitLab