File: curve2hints.1

package info (click to toggle)
augustus 3.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 289,676 kB
  • sloc: cpp: 48,711; perl: 13,339; ansic: 1,251; makefile: 859; sh: 58
file content (77 lines) | stat: -rw-r--r-- 1,763 bytes parent folder | download | duplicates (2)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
'\" t
.\"     Title: curve2hints
.\"    Author: [see the "AUTHORS" section]
.\" Generator: Asciidoctor 1.5.5.dev
.\"      Date: 
.\"    Manual: \ \&
.\"    Source: \ \&
.\"  Language: English
.\"
.TH "CURVE2HINTS" "1" "" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.de URL
\\$2 \(laURL: \\$1 \(ra\\$3
..
.if \n[.g] .mso www.tmac
.LINKSTYLE blue R < >
.SH "NAME"
curve2hints \- tool to make exon segmentation and grouping the exons together to form AUGUSTUS hints
.SH "SYNOPSIS"
.sp
\fBcurve2hints\fP \-\-in=file \-\-outexons=out.gff \-\-c=int \-\-s=float
.SH "OPTIONS"
.sp
\fB\-\-in=s\fP
.RS 4
iput file is single file containing tracks in wig format
.RE
.sp
\fB\-\-outexons=s\fP
.RS 4
file for the output segmentaion
.RE
.sp
\fB\-\-c\fP
.RS 4
specify the threshold to distinguish between introns and exons in terms of coverage depths (default 4)
.RE
.sp
\fB\-\-s\fP
.RS 4
specify the ratio \fB(1\-lambda1)/(1\-lambda2)\fP It should be >1 (default 1.12)
.RE
.sp
\fB\-\-z\fP
.RS 4
specify the chunk size (default value 50000)
.RE
.sp
\fB\-\-r\fP
.RS 4
To enable re\-estimation of distribution from the output produced
.RE
.sp
\fB\-\-train_file\fP
.RS 4
Specify the gff file to be used for training the distributions.It should contain the position of both introns and exons
.RE
.sp
\fB\-\-bed_file\fP
.RS 4
Specify the output bedfile which contains the position of gene jumps (default: output.bed)
.RE
.sp
\fB\-\-augustus_hints\fP
.RS 4
Specify the output augustus hint file(default: augustus_hints.gff)
.RE
.SH "AUTHORS"
.sp
AUGUSTUS was written by M. Stanke, O. Keller, S. König, L. Gerischer and L. Romoth.
.SH "ADDITIONAL DOCUMENTATION"
.sp
An exhaustive documentation can be found in the file /usr/share/augustus/README.TXT.