File: README.md

package info (click to toggle)
golang-github-shenwei356-bwt 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# bwt
[![Go Reference](https://pkg.go.dev/badge/github.com/shenwei356/bwt.svg)](https://pkg.go.dev/github.com/shenwei356/bwt)
[![Go Report Card](https://goreportcard.com/badge/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)