File: ovStoreIndexer.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,027 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
ovStoreIndexer
~~~~~~

::

  usage: ovStoreIndexer ...
    -O x.ovlStore    path to overlap store to build the final index for
    -F s             number of slices used in bucketizing/sorting
  
    -t x.ovlStore    explicitly test a previously constructed index
    -f               when testing, also create a new 'idx.fixed' which might
                     resolve rare problems
  
    -nodelete        do not remove intermediate files when the index is
                     successfully created
  
      DANGER    DO NOT USE     DO NOT USE     DO NOT USE    DANGER
      DANGER                                                DANGER
      DANGER   This command is difficult to run by hand.    DANGER
      DANGER          Use ovStoreCreate instead.            DANGER
      DANGER                                                DANGER
      DANGER    DO NOT USE     DO NOT USE     DO NOT USE    DANGER
  
  ERROR: No overlap store (-O) supplied.
  ERROR: One of -F (number of slices) or -t (test a store) must be supplied.