Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 512 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 512 Bytes

This package provides a Go implementation of Kalev and Habeck's HHfrag algorithm from their 2011 paper in Bioinformatics. Notably, this implementation uses hhsuite 2.0 with either hhsearch or hhblits from Johann Soeding in lieu of the older hhsuite 1.5/1.6 version (which requires PSI-BLAST).

Documentation

http://godoc.org/github.com/TuftsBCB/hhfrag

Installation

Once you have Go installed, just run

go get github.com/TuftsBCB/hhfrag

to install the package.