File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
tool_collections/fastx_toolkit/fastq_quality_boxplot Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
<tool id =" cshl_fastq_quality_boxplot" name =" Draw quality score boxplot" version =" 1.0.0" >
2
2
<description ></description >
3
3
<requirements >
4
- <requirement type =" package" version =" 0.0.13" >fastx_toolkit</requirement >
5
- </requirements >
6
- <command >fastq_quality_boxplot_graph.sh -t '$input.name' -i $input -o $output</command >
7
-
4
+ <requirement type =" package" version =" 0.0.14" >fastx_toolkit</requirement >
5
+ </requirements >
6
+ <command >
7
+ fastq_quality_boxplot_graph.sh -t '$input.name' -i '$input' -o '$output'
8
+ </command >
8
9
<inputs >
9
10
<param format =" txt" name =" input" type =" data" label =" Statistics report file" help =" output of 'FASTQ Statistics' tool" />
10
11
</inputs >
11
-
12
12
<outputs >
13
13
<data format =" png" name =" output" metadata_source =" input" />
14
14
</outputs >
@@ -50,8 +50,5 @@ This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
50
50
51
51
.. __: http://hannonlab.cshl.edu/fastx_toolkit/
52
52
53
-
54
-
55
- </help >
56
- <!-- FASTQ-Quality-Boxplot is part of the FASTX-toolkit, by A.Gordon ([email protected] ) -->
53
+ </help >
57
54
</tool >
You can’t perform that action at this time.
0 commit comments