Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 508 Bytes

Frags is a fast implementation of FragBag in Go from Budowski-Tal, Nov and Kolodny's 2010 paper in PNAS. This implementation also includes experimental support for handling sequence fragments generated from structural fragment libraries.

This repository also contains several experiments.

Documentation

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

Installation

Once you have Go installed, just run

go get github.com/TuftsBCB/frags

to install the package.