File: overlapImport.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 (23 lines) | stat: -rw-r--r-- 710 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
overlapImport
~~~~~~

::

  usage: overlapImport [options] ascii-ovl-file-input.[.gz]
  
  Required:
    -G name.gkpStore   path to valid gatekeeper store
  
  Output options:
    -o file.ovb        output file name
    -O name.ovlStore   output overlap store
  Format options:
    -legacy            'CA8 overlapStore -d' format
    -coords            'overlapConvert -coords' format (not implemented)
    -hangs             'overlapConvert -hangs' format (not implemented)
    -raw               'overlapConvert -raw' format
  
  Input file can be stdin ('-') or a gz/bz2/xz compressed file.
  
  ERROR: need to supply a gkpStore (-G).
  ERROR: need to supply a format type (-legacy, -coords, -hangs, -raw).