Skip to content
Snippets Groups Projects
Verified Commit 3e38d39c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

README.md: update to account for new nf_module testing structure

parent f53e3251
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment