1hmmc2(1) HMMER Manual hmmc2(1)
2
3
4
6 hmmc2 - example client for the HMMER daemon
7
8
9
11 hmmc2 [options]
12
13
14
16 Hmmc2 is a text client for the hmmpgmd or hmmpgmd_shard daemons. When
17 run, it opens a connection to a daemon at the specified IP address and
18 port, and then enters an interactive loop waiting for the user to input
19 commands to be sent to the daemon. See the User's Guide for the HMMER
20 Daemon for a discussion of hmmpgmd's command format.
21
22
23
25 -i <IP address>
26 Specify the IP address of the daemon that hmmc2 should connect
27 to. Defaults to 127.0.0.1 if not provided
28
29
30
31 -p <port number>
32 Specify the port number that the daemon is listening on. De‐
33 faults to 51371 if not provided
34
35
36
37 -S Print the scores of any hits found during searches.
38
39
40
41 -A Print the alignment of any hits found during searches. This is
42 a superset of the "-S" flag, so providing both is redundant.
43
44
45
46
48 See hmmer(1) for a master man page with a list of all the individual
49 man pages for programs in the HMMER package.
50
51
52 For complete documentation, see the user guide that came with your HM‐
53 MER distribution (Userguide.pdf); or see the HMMER web page (http://hm‐
54 mer.org/).
55
56
57
58
60 Copyright (C) 2020 Howard Hughes Medical Institute.
61 Freely distributed under the BSD open source license.
62
63 For additional information on copyright and licensing, see the file
64 called COPYRIGHT in your HMMER source distribution, or see the HMMER
65 web page (http://hmmer.org/).
66
67
68
70 http://eddylab.org
71
72
73
74
75
76
77HMMER 3.3.2 Nov 2020 hmmc2(1)