File: README.md

package info (click to toggle)
abyss 2.2.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,640 kB
  • sloc: cpp: 109,409; ansic: 6,510; makefile: 2,194; java: 1,354; sh: 732; perl: 672; haskell: 412; python: 45
file content (34 lines) | stat: -rw-r--r-- 1,310 bytes parent folder | download
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
31
32
33
34
RResolver
===================

RResolver, which stands for repeat or read resolver, whichever you prefer, improves genome assemblies at unitig stage by using a sliding window at read size level across repeats to determine which paths are correct.

Synopsis
===================

`abyss-rresolver-short " [OPTION]... <contigs> <graph> [<reads1> <reads2> ...]`

Options
===================

 * `b`: read Bloom filter size.
        Unit suffixes 'K' (kilobytes), 'M' (megabytes),
        or 'G' (gigabytes) may be used. [`required`]
 * `k`: assembly k-mer size [`required`]
 * `g`: write the contig adjacency graph to FILE [`required`]
 * `c`: write the contigs to FILE [`required`]
 * `j`: use N parallel threads [`1`]
 * `h`: write the algorithm histograms with the given prefix.
        Histograms are omitted if no prefix is given.
 * `t`: set path support threshold to N. [`5`]
 * `m`: set minimum number of sliding window moves to N. [`20`]
 * `r`: set maximum number of branching paths to N. [`75`]
 * `S`: write supported paths to FILE.
 * `U`: write unsupported paths to FILE.

Authors
===================
+ [**Vladimir Nikolic**](https://github.com/schutzekatze)
+ Supervised by [**Dr. Inanc Birol**](https://www.bcgsc.ca/people/inanc-birol).

Copyright 2020 Canada's Michael Smith Genome Sciences Centre