From 29937fe198912c88c1a2b80362fb1b1545c7ad02 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 16 Nov 2020 10:20:29 -0600 Subject: [PATCH] test(fastqc): Add expected files and md5sums The md5 sums change for the zip files every run so it's difficult to hit a moving target. --- tests/test_fastqc.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/test_fastqc.yml b/tests/test_fastqc.yml index 0efbea68..6d038a81 100644 --- a/tests/test_fastqc.yml +++ b/tests/test_fastqc.yml @@ -2,3 +2,13 @@ command: nextflow run ./software/fastqc/test/ -profile docker tags: - fastqc + files: + - path: output/test_single_end/test_fastqc.html + md5sum: d4d3d600c8dc4024c05b531c2920659a + - path: output/test_single_end/test_fastqc.zip + - path: output/test_paired_end/test_1_fastqc.html + md5sum: fb13b04d87d4f8b5078c0d92f6ef2d06 + - path: output/test_paired_end/test_2_fastqc.html + md5sum: d1e3f410e15df9612dc2c17e39f5253d + - path: output/test_paired_end/test_1_fastqc.zip + - path: output/test_paired_end/test_2_fastqc.zip