This project is a submdule of the Digital DNA repository. It consists in a Python wrapper of an high efficient C++ implementation of the Longest Common Substring algorithm.
- a gcc compiler
The Python building is done through distutils, but, since the C++ part needs to be compiled you must have a C/C++ compiler installed.
- python 3.6 or greater
numpy
python package
You can simply clone the repository and then run:
via shell execute the following comands
git clone https://github.com/WAFI-CNR/glcr
cd glcr
pip install numpy
pip install .