File: gatekeeperDumpFASTQ.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 (26 lines) | stat: -rw-r--r-- 1,157 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
23
24
25
26
gatekeeperDumpFASTQ
~~~~~~

::

  usage: gatekeeperDumpFASTQ [...] -o fastq-prefix -g gkpStore
    -G gkpStore
    -o fastq-prefix     write files fastq-prefix.(libname).fastq, ...
                        if fastq-prefix is '-', all sequences output to stdout
                        if fastq-prefix ends in .gz, .bz2 or .xz, output is compressed
  
    -l libToDump        output only read in library number libToDump (NOT IMPLEMENTED)
    -r id[-id]          output only the single read 'id', or the specified range of ids
  
    -c clearFile        clear range file from OBT modules
    -allreads           if a clear range file, lower case mask the deleted reads
    -allbases           if a clear range file, lower case mask the non-clear bases
    -onlydeleted        if a clear range file, only output deleted reads (the entire read)
  
    -fastq              output is FASTQ format (with extension .fastq, default)
    -fasta              output is FASTA format (with extension .fasta)
  
    -nolibname          don't include the library name in the output file name
  
  ERROR: no gkpStore (-G) supplied.
  ERROR: no output prefix (-o) supplied.