Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/shenwei356/bwt

Burrows-Wheeler Transform and FM-index in golang
https://github.com/shenwei356/bwt

bioinformatics burrows-wheeler-transform bwt fm-index

Last synced: 26 days ago
JSON representation

Burrows-Wheeler Transform and FM-index in golang

Lists

README

        

# 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 ([email protected])

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

## Other resources

- [String algorithm visualizations](https://curiouscoding.nl/posts/alg-viz/)
- [Linear-time suffix array construction](https://curiouscoding.nl/notes/suffix-array-construction/)
- [BWT and FM-index](https://curiouscoding.nl/notes/bwt/)