Skip to content

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

Notifications You must be signed in to change notification settings

yzernik/bwt-encoder

Repository files navigation

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]

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages