Skip to content

Commit

Permalink
Fix test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
wm75 committed Sep 27, 2024
1 parent 3930dde commit 2ce34e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/falco/falco.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@
<test expect_num_outputs="3">
<param name="input_file" value="1000trimmed.fastq"/>
<param name="limits" value="limits.txt" ftype="txt"/>
<param name="generate_summary" value="true"/>
<output name="html_file" ftype="html">
<assert_contents>
<has_line_matching expression="&lt;html&gt;&lt;head&gt;.+&lt;title&gt; 1000trimmed_fastq - report.+"/>
</assert_contents>
</output>
<output name="text_file" file="fastqc_data.txt" ftype="txt" lines_diff="2"/>
<output name="summary_file" file="fastqc_data_customlimits_summary" ftype="txt"/>
</test>
<!-- ## The kmers param is ignored in Falco and always set to 7. If this ever gets reconsidered, this test could be uncommented.
Expand Down

0 comments on commit 2ce34e6

Please sign in to comment.