File: hmmconvert.man.in

package info (click to toggle)
hmmer 3.3.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 35,432 kB
  • sloc: ansic: 129,659; perl: 10,152; sh: 3,331; makefile: 2,027; python: 1,007
file content (106 lines) | stat: -rw-r--r-- 1,874 bytes parent folder | download | duplicates (5)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
.TH "hmmconvert" 1 "@HMMER_DATE@" "HMMER @HMMER_VERSION@" "HMMER Manual"

.SH NAME
hmmconvert \- convert profile file to various formats


.SH SYNOPSIS
.B hmmconvert
[\fIoptions\fR]
.I hmmfile


.SH DESCRIPTION

.PP
The
.B hmmconvert 
utility
converts an input profile file to different HMMER formats.

.PP
By default, the input profile can be in any HMMER format, including
old/obsolete formats from HMMER2, ASCII or binary; the output profile
is a current HMMER3 ASCII format.

.PP
.I hmmfile
may be '\-' (dash), which means reading this input from stdin rather
than a file.


.SH OPTIONS

.TP
.B \-h
Help; print a brief reminder of command line usage and all available
options.

.TP 
.B \-a
Output profiles in ASCII text format. This is the default.

.TP 
.B \-b
Output profiles in binary format. 

.TP 
.B \-2
Output in legacy HMMER2 ASCII text format, in ls (glocal) mode. This
allows HMMER3 models to be converted back to a close approximation of
HMMER2, for comparative studies.

.TP 
.BI \-\-outfmt " <s>"
Output in a HMMER3 ASCII text format other then the most current one.
Valid choices for 
.I <s>
are
.B "3/a"
through
.BR "3/f" .
The current format is
.BR 3/f ,
and this is the default. The format
.B 3/b 
was used in the official HMMER3 release, and the others were used in
the various testing versions.


.SH SEE ALSO 

See 
.BR hmmer (1)
for a master man page with a list of all the individual man pages
for programs in the HMMER package.

.PP
For complete documentation, see the user guide that came with your
HMMER distribution (Userguide.pdf); or see the HMMER web page
(@HMMER_URL@).



.SH COPYRIGHT

.nf
@HMMER_COPYRIGHT@
@HMMER_LICENSE@
.fi

For additional information on copyright and licensing, see the file
called COPYRIGHT in your HMMER source distribution, or see the HMMER
web page 
(@HMMER_URL@).


.SH AUTHOR

.nf
http://eddylab.org
.fi



"