We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55db72 commit 4edd090Copy full SHA for 4edd090
tool_collections/fastx_toolkit/fastq_quality_boxplot/fastq_quality_boxplot.xml
@@ -1,6 +1,8 @@
1
<tool id="cshl_fastq_quality_boxplot" name="Draw quality score boxplot" version="@VERSION@">
2
<description></description>
3
- <expand macro="requirements" />
+ <expand macro="requirements">
4
+ <requirement type="package" version="5.0.4">gnuplot</requirement>
5
+ </expand>
6
<macros>
7
<import>fastx_macros.xml</import>
8
</macros>
@@ -17,7 +19,7 @@
17
19
<tests>
18
20
<test>
21
<param name="input" value="fastq_stats1.out" ftype="txt"></param>
- <output name="output" file="quality_boxplot_out.png"></output>
22
+ <output name="output" file="quality_boxplot_out.png" compare="sim_size"></output>
23
</test>
24
</tests>
25
<help>
0 commit comments