diff --git a/README.md b/README.md index 0dd02cc3524eb24e413354911fb3e134f21a9dd9..ced78f12295542dfb5ef834ba9124f6e52d1b880 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