File: tgStoreLoad.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,139 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
tgStoreLoad
~~~~~~

::

  usage: tgStoreLoad -G <gkpStore> -T <tigStore> <v> [input.cns]
  
    -G <gkpStore>         Path to the gatekeeper store
    -T <tigStore> <v>     Path to the tigStore and version to add tigs to
  
    -L <file-of-files>    Load the tig(s) from files listed in 'file-of-files'
  
    -n                    Don't replace, just report what would have happened
  
    The primary operation is to replace tigs in the store with ones in a set of input files.
    The input files can be either supplied directly on the command line or listed in
    a text file (-L).
  
    A new store is created if one doesn't exist, otherwise, whatever tigs are there are
    replaced with those in the -R file.  If version 'v' doesn't exist, it is created.
  
    Even if -n is supplied, a new store is created if one doesn't exist.
  
    To add a new tig, give it a tig id of -1.  New tigs must be added to the latest version.
    To delete a tig, remove all children, and set the number of them to zero.
  
  ERROR:  no gatekeeper store (-G) supplied.
  ERROR:  no tig store (-T) supplied.
  ERROR:  no input tigs (-R) supplied.