File: generateCorrectionLayouts.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-- 833 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
generateCorrectionLayouts
~~~~~~

::

  usage: generateCorrectionLayouts -G gkpStore -O ovlStore [ -T tigStore | -F ] ...
    -G gkpStore   mandatory path to gkpStore
    -O ovlStore   mandatory path to ovlStore
  
    -S file       global score (binary) input file
  
    -T corStore   output layouts to tigStore corStore
    -F            output falconsense-style input directly to stdout
  
    -p  name      output prefix name, for logging and summary
  
    -b  bgnID     
    -e  endID     
  
    -rl file      
  
    -L  length    minimum length of evidence overlaps
    -E  erate     maxerror rate of evidence overlaps
  
    -C  coverage  maximum coverage of evidence reads to emit
    -M  length    minimum length of a corrected read
  
  ERROR: no gkpStore input (-G) supplied.
  ERROR: no ovlStore input (-O) supplied.