Skip to content

koniiiik/libmultialn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libmultialn depends on the following packages:

 * libcds (available at https://github.com/fclaude/libcds/)
 * Google test for unit tests

Cmake 2.8 is used to build this. To configure the build environment, run

$ cmake -DLIBCDS_ROOT=<path to libcds root> .

Afterwards, running make will build the project.

To enble unit tests, run cmake with -DENABLE_TEST=ON as well. Then, after
rebuilding with make, run test/multialn_test to see the results of the
test suite.

About

Library for efficient mapping of positions and regions in whole-genome alignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published