ClawHMMer:

A Streaming HMMer-Search Implementation

 

Daniel Reiter Horn

Stanford University

Mike Houston

Stanford University

Pat Hanrahan

Stanford University

 

Supercomputing 2005

 

Abstract

 

The proliferation of biological sequence data has motivated the need for an extremely fast probabilistic sequence search. One method for performing this search involves evaluating the Viterbi probability of a hidden Markov model (HMM) of a desired sequence family for each sequence in a protein database. However, one of the difficulties with current implementations is the time required to search large databases.


Many current and upcoming architectures offering large amounts of compute power are designed with data-parallel execution and streaming in mind. We present a streaming algorithm for evaluating an HMM's Viterbi probability and refine it for the specific HMM used in biological sequence search. We implement our streaming algorithm in the Brook language, allowing us to execute the algorithm on graphics processors. We demonstrate that this streaming algorithm on graphics processors can outperform available CPU implementations. We also demonstrate this implementation running on a 16 node graphics cluster.

 

 

 

 

Paper

Adobe Acrobat PDF (216 KB)

Sourcecode/Binaries

Sourceforge Project