File: ovStoreSorter.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 (29 lines) | stat: -rw-r--r-- 1,129 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
27
28
29
ovStoreSorter
~~~~~~

::

  usage: ovStoreSorter ...
    -O x.ovlStore    path to overlap store to build the final index for
    -G asm.gkpStore  path to gkpStore for this assembly
  
    -F s             number of slices used in bucketizing/sorting
    -job j m         index of this overlap input file, and max number of files
  
    -M m             maximum memory to use, in gigabytes
  
    -deleteearly     remove intermediates as soon as possible (unsafe)
    -deletelate      remove intermediates when outputs exist (safe)
  
    -force           force a recompute, even if the output exists
  
      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: no slice number (-F) supplied.
  ERROR: no max job ID (-job) supplied.