File: README.md

package info (click to toggle)
golang-github-shenwei356-bwt 0.0~git20200418.ae79c98-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# bwt

[![GoDoc](https://godoc.org/github.com/shenwei356/bwt?status.svg)](https://godoc.org/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-2019, Wei Shen (shenwei356@gmail.com)

[MIT License](https://github.com/shenwei356/bwt/blob/master/LICENSE)