From 6255d9b00c9de4b58e82f3eb78205cc7543cde08 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Fri, 7 Aug 2020 10:10:12 +0100 Subject: [PATCH] Fix markdownlint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fffec2f6..614979c2 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ We also use a standardised parameter called `params.publish_dir_mode` that can b - Every module MUST be tested by adding a test workflow with a toy dataset in the [`test/`](software/fastqc/test) directory of the module. -- Generic files from [`tests/data/`](tests/data/) SHOULD be reused by symlinking them into the [`test/input/`](software/fastqc/test/input/) directory of the module. +- Generic files from [`tests/data/`](tests/data/) SHOULD be reused by symlinking them into the [`test/input/`](software/fastqc/test/input/) directory of the module. - Any outputs produced by the test workflow SHOULD be placed in a folder called [`test/output/`](software/fastqc/test/output/) so that they can be used for unit testing.