repositorypackage
0.0.0-20150407014836-22ac98a779dc
Repository: https://github.com/aebruno/twobit.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
=============================================================================== twobit - Read/Write 2bit files
About
twobit is pure Go library for reading/writing 2bit files [1]. The 2bit file format stores DNA sequences in a compact randomly-accessible format.
Install
Fetch from github::
$ go get install github.com/aebruno/twobit
Usage
TODO