File: tantan.1

package info (click to toggle)
tantan 23-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 492 kB
  • sloc: cpp: 2,062; sh: 58; makefile: 39
file content (58 lines) | stat: -rw-r--r-- 1,348 bytes parent folder | download | duplicates (6)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
.TH TANTAN "1" "July 2015" "tantan 13" "User Commands"
.SH NAME
tantan \- low complexity and tandem repeat masker for biosequences
.SH SYNOPSIS
.B tantan
[\fI\,options\/\fR] \fI\,fasta-sequence-file(s)\/\fR
.SH DESCRIPTION
Find simple repeats in sequences
.SS "Options (default settings):"
.TP
\fB\-p\fR
interpret the sequences as proteins
.TP
\fB\-x\fR
letter to use for masking, instead of lowercase
.TP
\fB\-c\fR
preserve uppercase/lowercase in non\-masked regions
.TP
\fB\-m\fR
file for letter pair scores (+1/\-1, but \fB\-p\fR selects BLOSUM62)
.TP
\fB\-r\fR
probability of a repeat starting per position (0.005)
.TP
\fB\-e\fR
probability of a repeat ending per position (0.05)
.TP
\fB\-w\fR
maximum tandem repeat period to consider (100, but \fB\-p\fR selects 50)
.TP
\fB\-d\fR
probability decay per period (0.9)
.TP
\fB\-a\fR
gap existence cost (0)
.TP
\fB\-b\fR
gap extension cost (infinite: no gaps)
.TP
\fB\-s\fR
minimum repeat probability for masking (0.5)
.TP
\fB\-f\fR
output type: 0=masked sequence, 1=repeat probabilities,
.IP
2=repeat counts, 3=BED (0)
.TP
\fB\-h\fR, \fB\-\-help\fR
show help message, then exit
.TP
\fB\-\-version\fR
show version information, then exit
.SH "REPORTING BUGS"
Report bugs to: tantan@cbrc.jp
.br
Home page: http://www.cbrc.jp/tantan/