This bundle of programs is part of the thesis
BWT Tunneling
Uwe Baier, 2020
The bundle consists of three parts:
- A suite to handle test data.
- Programs that show the application of tunneling in data compression.
- Programs that show the application of tunneling in sequence analysis.
Every part requires its own programs, so you may read the README of each part. Apart from that, all parts require the Succinct Data Structure Library sdsl-lite by Simon Gog.
After installing sdsl lite, you can either
- set up an environment variable called
SDSLLITE
that specifies the path to the library using the commandexport SDSLLITE="path/to/sdsllite/"
. - modify the file
Make.helper
in this directory such that the uppermost path points to the Make.helper file of your sdsl-lite installation.