1hmmpress(1) HMMER Manual hmmpress(1)
2
3
4
6 hmmpress - prepare an HMM database for hmmscan
7
8
10 hmmpress [options] <hmmfile>
11
12
13
15 Starting from a profile database <hmmfile> in standard HMMER3 format,
16 construct binary compressed datafiles for hmmscan. The hmmpress step
17 is required for hmmscan to work.
18
19
20 Four files are created: <hmmfile>.h3m, <hmmfile>.h3i, <hmmfile>.h3f,
21 and <hmmfile>.h3p. The <hmmfile>.h3m file contains the profile HMMs
22 and their annotation in a binary format. The <hmmfile>.h3i file is an
23 SSI index for the <hmmfile>.h3m file. The <hmmfile>.h3f file contains
24 precomputed data structures for the fast heuristic filter (the MSV fil‐
25 ter). The <hmmfile>.h3p file contains precomputed data structures for
26 the rest of each profile.
27
28
29
30
32 -h Help; print a brief reminder of command line usage and all
33 available options.
34
35
36 -f Force; overwrites any previous hmmpress'ed datafiles. The
37 default is to bitch about any existing files and ask you to
38 delete them first.
39
40
41
42
43
45 See hmmer(1) for a master man page with a list of all the individual
46 man pages for programs in the HMMER package.
47
48
49 For complete documentation, see the user guide that came with your
50 HMMER distribution (Userguide.pdf); or see the HMMER web page
51 (@HMMER_URL@).
52
53
54
55
57 @HMMER_COPYRIGHT@
58 @HMMER_LICENSE@
59
60 For additional information on copyright and licensing, see the file
61 called COPYRIGHT in your HMMER source distribution, or see the HMMER
62 web page (@HMMER_URL@).
63
64
65
67 Eddy/Rivas Laboratory
68 Janelia Farm Research Campus
69 19700 Helix Drive
70 Ashburn VA 20147 USA
71 http://eddylab.org
72
73
74
75HMMER @HMMER_VERSION@ @HMMER_DATE@ hmmpress(1)