File: fastqAnalyze.rst

package info (click to toggle)
canu 1.8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,344 kB
  • sloc: cpp: 54,917; perl: 14,134; ansic: 4,020; makefile: 621; sh: 536; python: 102
file content (22 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
fastqAnalyze
~~~~~~

::

  usage: fastqAnalyze [-stats] [-o output.fastq] input.fastq
    If no options are given, input.fastq is analyzed and a best guess for the
    QV encoding is output.  Otherwise, the QV encoding is converted to Sanger-style
    using this guess.
  
    In some cases, the encoding cannot be determined.  When this occurs, no guess is
    output.  For conversion, you can force the input QV type with:
  
    -solexa     input QV is solexa
    -illumina   input QV is illumina
    -sanger     input QV is sanger
  
    -o          sanger-style-output.fastq
  
    If -stats is supplied, no QV analysis or conversion is performed, but some simple
    statistics are computed and output to stdout.