File: overlapPair.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 (30 lines) | stat: -rw-r--r-- 825 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
overlapPair
~~~~~~

::

  usage: overlapPair ...
    -G gkpStore     Mandatory, path to gkpStore
  
  Inputs can come from either a store or a file.
    -O ovlStore     
    -O ovlFile      
  
  If from an ovlStore, the range of reads processed can be restricted.
    -b bgnID        
    -e endID        
  
  Outputs will be written to a store or file, depending on the input type
    -o ovlStore     
    -o ovlFile      
  
    -erate e        Overlaps are computed at 'e' fraction error; must be larger than the original erate
    -partial        Overlaps are 'overlapInCore -G' partial overlaps
    -memory m       Use up to 'm' GB of memory
  
    -t n            Use up to 'n' cores
  
  Advanced options:
  
    -invert         Invert the overlap A <-> B before aligning (they are not re-inverted before output)