File: ovStoreBuild.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 (25 lines) | stat: -rw-r--r-- 1,078 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
ovStoreBuild
~~~~~~

::

  usage: ovStoreBuild -O asm.ovlStore -G asm.gkpStore [opts] [-L fileList | *.ovb.gz]
    -O asm.ovlStore       path to store to create
    -G asm.gkpStore       path to gkpStore for this assembly
  
    -L fileList           read input filenames from 'flieList'
  
    -F f                  use up to 'f' files for store creation
    -M g                  use up to 'g' gigabytes memory for sorting overlaps
                            default 4; g-0.125 gb is available for sorting overlaps
  
    -e e                  filter overlaps above e fraction error
    -l l                  filter overlaps below l bases overlap length (needs gkpStore to get read lengths!)
  
  Non-building options:
    -evalues              input files are evalue updates from overlap error adjustment
    -config out.dat       don't build a store, just dump a binary partitioning file for ovStoreBucketizer
  
  ERROR: No overlap store (-o) supplied.
  ERROR: No gatekeeper store (-g) supplied.
  ERROR: No input overlap files (-L or last on the command line) supplied.