1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# bwt
[](https://pkg.go.dev/github.com/shenwei356/bwt)
[](https://goreportcard.com/report/github.com/shenwei356/bwt)
Burrows-Wheeler Transform and FM-index in golang
## Install
This package is "go-gettable", just:
go get -u github.com/shenwei356/bwt
## Licence
Copyright (c) 2015-2021, Wei Shen (shenwei356@gmail.com)
[MIT License](https://github.com/shenwei356/bwt/blob/master/LICENSE)
|