Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 661 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 661 Bytes

This package provides a litany of command line programs that provide access to the various libraries that exist in the TuftsBCB organization.

In most cases, command line tools are typically very small and only representative of an interface to interact with an existing library. In more exceptional circumstances where performance is needed, a command line tool may use concurrency in an attempt to decrease execution time.

Documentation for each command

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

Installation

Once you have Go installed, just run

go get github.com/TuftsBCB/tools/...

to install the package.