File: trimReads.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 (26 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
trimReads
~~~~~~

::

  usage: trimReads -G gkpStore -O ovlStore -Co output.clearFile -o outputPrefix
  
    -G gkpStore    path to read store
    -O ovlStore    path to overlap store
  
    -o name        output prefix, for logging
  
    -t bgn-end     limit processing to only reads from bgn to end (inclusive)
  
    -Ci clearFile  path to input clear ranges (NOT SUPPORTED)
    -Co clearFile  path to ouput clear ranges
  
    -e erate       ignore overlaps with more than 'erate' percent error
  
    -ol l          the minimum evidence overlap length
    -oc c          the minimum evidence overlap coverage
                     evidence overlaps must overlap by 'l' bases to be joined, and
                     must be at least 'c' deep to be retained
  
    -minlength l   reads trimmed below this many bases are deleted