Skip to content
/ glcr Public

Python/C++ implementation of the Generalized Longest Common Subsequence algorithm

License

Notifications You must be signed in to change notification settings

WAFI-CNR/glcr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Requirements

  • 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 .

About

Python/C++ implementation of the Generalized Longest Common Subsequence algorithm

Resources

License

Stars

Watchers

Forks

Packages

No packages published