3.2. HMMER

3.2.1. About

HMMER is an implementation of profile HMM methods for sensitive database searches using multiple sequence alignments as queries.

The version of HMMER that is distributed with this version of Rocks was obtained from here. The version as of code freeze is v2.3.2 and is distributed under the GNU General Public License v2.0.

3.2.2. Usage

HMMER is setup in the /opt/bio/hmmer directory. The HMMER execution environment is setup automatically by the login scripts. The environment contains HMMER_DB variable which points to the directory containing the hmmer databases. By default, this is set to $HOME/bio/hmmer/db/.

HMMER has many modes of execution. For a description of all the executables that come with HMMER, please refer to the current HMMER online userguide. This guide is also available on your rocks installation at /opt/bio/hmmer/Userguide.pdf

There is also a tutorial available on your cluster at /opt/bio/hmmer/tutorial/ . The description of how to use the tutorial is given in the Userguide.pdf file.