diff --git a/test/integration/FileContentsTest_complex_fastqc_data.approved.txt b/test/integration/FileContentsTest_complex_fastqc_data.approved.txt index b967956..d4a75e7 100644 --- a/test/integration/FileContentsTest_complex_fastqc_data.approved.txt +++ b/test/integration/FileContentsTest_complex_fastqc_data.approved.txt @@ -8,6 +8,8 @@ Total Sequences 5 Total Bases 80 bp Sequences flagged as poor quality 0 Sequence length 16 +Mean sequence length 16.00 +Median sequence length 16 %GC 50 >>END_MODULE >>Per base sequence quality pass diff --git a/test/integration/FileContentsTest_complex_fastqc_report.approved.html b/test/integration/FileContentsTest_complex_fastqc_report.approved.html index 3e032bd..327775a 100644 --- a/test/integration/FileContentsTest_complex_fastqc_report.approved.html +++ b/test/integration/FileContentsTest_complex_fastqc_report.approved.html @@ -255,6 +255,14 @@

0) { return ""+(((gCount+cCount)*100)/(aCount+tCount+gCount+cCount)); } else { return 0; } - + } } return null;