Skip to content

EvolBioInf/lzd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lempel-Ziv Decomposition, lzd

Description

The program lzd demonstrates the Lempel-Ziv decomposition and the match factor decomposition used in macle. It is based on a modern algorithm for calculating the Lempel-Ziv decomposition and shows the internal data structures used by the algorithm, including the suffix array.

Author

Bernhard Haubold, haubold@evolbio.mpg.de

Make the Program

Make sure you've installed the package libdivsufsort-dev. Then execute

$ make

The directory bin now contains the program lzd.

Make the Documentation

Make sure you have a working TeX installation, for example by installing the package texlive. Then execute

$ make doc

The documentation is now in doc/lzdDoc.pdf.

License

GNU General Public License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published