1hmmconvert(1) HMMER Manual hmmconvert(1)
2
3
4
6 hmmconvert - convert between profile HMM file formats
7
8
10 hmmconvert [options] oldhmmfile newhmmfile
11
12
14 hmmconvert reads an HMM file from oldhmmfile in any HMMER format, and
15 writes it to a new file newhmmfile in a new format. oldhmmfile and
16 newhmmfile must be different files; you can't reliably overwrite the
17 old file. By default, the new HMM file is written in HMMER 2 ASCII
18 format.
19
20 Available formats are HMMER 2 ASCII (default), HMMER 2 binary (-b) GCG
21 profile (-p) , and Compugen XSW extended profile (-P).
22
23
25 -a Convert to HMMER 2 ASCII file. This is the default, so this
26 option is unnecessary.
27
28
29 -b Convert to HMMER 2 binary file.
30
31
32 -h Print brief help; includes version number and summary of all
33 options, including expert options.
34
35
36 -p Convert to GCG profile .prf format.
37
38
39 -A Append mode; append to newhmmfile rather than creating a new
40 file.
41
42
43 -F Force; if newhmmfile already exists, and -A is not being used to
44 append to the file, hmmconvert will refuse to clobber the exist‐
45 ing file unless -F is used.
46
47
48 -P Convert the HMM to Compugen XSW extended profile format, which
49 is similar to GCG profile format but has two extra columns for
50 delete-open and delete-extend costs. (I do not believe that
51 Compugen publicly supports this format; it may be undocumented.)
52
53
54
56 Master man page, with full list of and guide to the individual man
57 pages: see hmmer(1).
58
59 For complete documentation, see the user guide that came with the dis‐
60 tribution (Userguide.pdf); or see the HMMER web page,
61 http://hmmer.wustl.edu/.
62
63
65 Copyright (C) 1992-2003 HHMI/Washington University School of Medicine.
66 Freely distributed under the GNU General Public License (GPL).
67 See the file COPYING in your distribution for details on redistribution
68 conditions.
69
70
72 Sean Eddy
73 HHMI/Dept. of Genetics
74 Washington Univ. School of Medicine
75 4566 Scott Ave.
76 St Louis, MO 63110 USA
77 http://www.genetics.wustl.edu/eddy/
78
79
80
81
82
83HMMER 2.3.2 Oct 2003 hmmconvert(1)