Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yzernik/bwt-encoder

Encode or decode the Burrows Wheeler Transform of a FASTA file.
https://github.com/yzernik/bwt-encoder

Last synced: 9 days ago
JSON representation

Encode or decode the Burrows Wheeler Transform of a FASTA file.

Awesome Lists containing this project

README

        

Encode or decode the Burrows Wheeler Transform of a FASTA file.

Linear time encoding uses KS algorithm for direct suffix sorting.

Linear time decoding uses the backwards decoding.

To compile:
make build

usage:
to encode:
./encode -bwt [inputfile] [outputfile]

to decode:
./encode -ibwt [inputfile] [outputfile]