1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
  
     | 
    
      # bwt
[](https://godoc.org/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-2019, Wei Shen (shenwei356@gmail.com)
[MIT License](https://github.com/shenwei356/bwt/blob/master/LICENSE)
 
     |