Skip to content

Commit

Permalink
Fix fastq_quality_boxplot requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 1, 2017
1 parent d55db72 commit 4edd090
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<tool id="cshl_fastq_quality_boxplot" name="Draw quality score boxplot" version="@VERSION@">
<description></description>
<expand macro="requirements" />
<expand macro="requirements">
<requirement type="package" version="5.0.4">gnuplot</requirement>
</expand>
<macros>
<import>fastx_macros.xml</import>
</macros>
Expand All @@ -17,7 +19,7 @@
<tests>
<test>
<param name="input" value="fastq_stats1.out" ftype="txt"></param>
<output name="output" file="quality_boxplot_out.png"></output>
<output name="output" file="quality_boxplot_out.png" compare="sim_size"></output>
</test>
</tests>
<help>
Expand Down

0 comments on commit 4edd090

Please sign in to comment.