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 11<tool id =" cshl_fastq_quality_boxplot" name =" Draw quality score boxplot" version =" 1.0.0" >
22 <description ></description >
33 <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 >
89 <inputs >
910 <param format =" txt" name =" input" type =" data" label =" Statistics report file" help =" output of 'FASTQ Statistics' tool" />
1011 </inputs >
11-
1212 <outputs >
1313 <data format =" png" name =" output" metadata_source =" input" />
1414 </outputs >
@@ -50,8 +50,5 @@ This tool is based on `FASTX-toolkit`__ by Assaf Gordon.
5050
5151 .. __: http://hannonlab.cshl.edu/fastx_toolkit/
5252
53-
54-
55- </help >
56- <!-- FASTQ-Quality-Boxplot is part of the FASTX-toolkit, by A.Gordon (gordon@cshl.edu) -->
53+ </help >
5754</tool >
You can’t perform that action at this time.
0 commit comments