glcr

Support module for the Digital DNA Toolbox (https://github.com/WAFI-CNR/ddna-toolbox)


License
MIT
Install
pip install glcr==1.1.1

Documentation

DDNA Longest Common Subsequence Calculator

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.

Installation

You can simply clone the repository and then run:

$ cd ddna-lcs
$ pip install .

Requirements

The Python building is done through distutils, but, since the C++ part needs to be compiled you must have a C/C++ compiler installed.