NAME

gt-repfind - Compute maximal repeats.

SYNOPSIS

gt repfind [options] -ii indexname

DESCRIPTION

-l [value]

Specify minimum length of repeats (default: 20)

-f [yes|no]

Compute maximal forward repeats (default: yes)

-r [yes|no]

Compute maximal reverse matches (default: no)

-seedlength [value]

Specify minimum length of seed (default: 0)

-extendgreedy [yes|no]

Extend seed to both sides using trimmed greey algorithm (default: no)

-err [value]

Specify error percentage of matches (for greedy extension) (default: 10)

-maxalilendiff [value]

Specify maximum difference of alignment length (trimming for greedy extension) (default: 30)

-scan [yes|no]

scan index rather than mapping it to main memory (default: no)

-ii [string]

Specify input index (default: undefined)

-v [yes|no]

be verbose (default: no)

-help

display help and exit

-version

display version information and exit

REPORTING BUGS

Report bugs to <kurtz@zbh.uni-hamburg.de>.