File: bogart.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 (69 lines) | stat: -rw-r--r-- 2,448 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
bogart
~~~~~~

::

  usage: bogart -o outputName -O ovlStore -G gkpStore -T tigStore

    -O         Mandatory path to an ovlStore.
    -G         Mandatory path to a gkpStore.
    -T         Mandatory path to a tigStore (can exist or not).
    -o prefix  Mandatory name for the output files

    -B b       Target number of fragments per tigStore (consensus) partition

  Algorithm Options

    -gs        Genome size in bases.

    -J         Join promiscuous unitigs using unused best edges.

    -SR        Shatter repeats, don't rebuild.
    -R         Shatter repeats (-SR), then rebuild them
    -RL len    Force reads below 'len' bases to be singletons.
                 This WILL cause CGW to fail; diagnostic only.

    -threads N Use N compute threads during repeat detection.
                 0 - use OpenMP default (default)
                 1 - use one thread

  Overlap Selection - an overlap will be considered for use in a unitig under
                      the following conditions:

    When constructing the Best Overlap Graph and Promiscuous Unitigs ('g'raph):
      -eg 0.020   no more than 0.020 fraction (2.0%) error   ** DEPRECATED **

    When loading overlaps, an inflated maximum (to allow reruns with different error rates):
      -eM 0.05   no more than 0.05 fraction (5.0%) error in any overlap loaded into bogart
                 the maximum used will ALWAYS be at least the maximum of the four error rates

    For all, the lower limit on overlap length
      -el 500     no shorter than 40 bases

  Overlap Storage

      -M gb    Use at most 'gb' gigabytes of memory for storing overlaps.
      -N num   Load at most 'num' overlaps per read.

      -create  Only create the overlap graph, save to disk and quit.
      -save    Save the overlap graph to disk, and continue.

  Debugging and Logging

    -D <name>  enable logging/debugging for a specific component.
    -d <name>  disable logging/debugging for a specific component.
                 overlapScoring
                 allBestEdges
                 chunkGraph
                 buildUnitig
                 placeUnplaced
                 bubbles
                 splitDiscontinuous
                 intermediateUnitigs
                 setParentAndHang
                 stderr

  No output prefix name (-o option) supplied.
  No gatekeeper store (-G option) supplied.
  No overlap store (-O option) supplied.
  No output tigStore (-T option) supplied.